furtivevole
Technical User
As part of a larger process I have to launch a 3rd-party script, currently with syntax similar to the following:
cmd.exe /c "xyz.bat ...etc"
I'd like the DOS window to be either minimised or hidden when this launches so that it's not obvious to the user. Is there any elegant way of achieving this (undocumented switch etc)?
Thanks, Linnet
cmd.exe /c "xyz.bat ...etc"
I'd like the DOS window to be either minimised or hidden when this launches so that it's not obvious to the user. Is there any elegant way of achieving this (undocumented switch etc)?
Thanks, Linnet