groostav
07/25/2018, 6:28 AMnwh
07/25/2018, 4:20 PMval cmd = Kmd("cmd.exe", "/C")
cmd.run("echo hi", ...)
Which actually is very useful for inheritance. I have a dedicated wrapper to youtube-dl
that extends this. Perhaps that is out of the scope of your library, though.groostav
07/27/2018, 1:10 AMcmd /C myscript
and powershell.exe -File myfile -ExecutionPolicy Bypass
come to mind. But I dont think I want to do anything that is specific beyond wrappers to help the platforms themselves. So your idea about classes that wrap some of the bigger scripting languages sounds good.