Run OS command

Executes the command from operating system command level (like from terminal). To run commands like from 'Run as' prompt on windows, you can type (on example of calculator) ["cmd.exe", "/C", "start", "calc"]
Parameters:



krzys2017-02-06