RunExe
From Data Islands
RunExe
Allows you to launch an external app.
======
Syntax : runexe "<EXE PATH>" "[Params]" <ENTER>
Description : User can launch the given exe path. And user can also give the params.
Example here were we run the "cscript" app and pass in a file path
>runexe "cscript.exe" "C:\some folder\file.js"