Question
app.system: hide command line window?
Hi everyone,
I'm running a app.system() command and on OSX it runs silently, but on Windows it shows a command line window for a moment:

I tried:
- app.system('"C:\Program Files\Adobe\Adobe Photoshop CC 2017\Photoshop.exe" "D:\test.jsx"')
- new File('/D/test.bat').execute();
In both cases command line window appears...
Does anyone know how can I hide it?
Thanks,
Sergey
