I have a test.cmd
file on my desktop. In it contains the following line:
cmd.exe /c "cscript foo.js"
Is it possible to completely silence/quiet/supress/hide any and all console windows from popping up? I would like to execute the .cmd without any popup windows.