engineer-man / piston

A high performance general purpose code execution engine.
https://emkc.org/run
MIT License
1.93k stars 241 forks source link

Add Batch Files #532

Open oryx4949 opened 1 year ago

oryx4949 commented 1 year ago

cmd.exe (C:\Windows\System32\cmd.exe)

realtux commented 1 year ago

duplicate #526

Intancote commented 1 year ago

running batch files on linux with cmd is not entirely impossible. you can use wine and run "wineconsole cmd" or "wine cmd" to get a somewhat functioning cmd alternative working on linux. although, i don't know if this method really works on piston or not