How can I run a file with VisualBasicScript (.vbs)?
The file is \'file.bat\' and it\'s located in the same dir as the .vbs.
Jamb Code:
jamb(run) "%PWD%\File.bat" & display box(small) with $OUTPUT
VBS Code:
set runFile (".\file.bat") mode console msgbox (runFile)