How to run Batch files in a Repl?

Since Repls are Linux-based, they can’t directly run batch files. Instead, you’d have to use something like Wine which might work. Otherwise, you might want to convert it to PowerShell and since PowerShell is open-source and available on Linux, you can probably use it to run .ps1 files.

2 Likes