RhythmAddict112
Programmer
Hi all. Pretty simple question..I have a WSH script that needs to call another prog from the command line if certain conditions are met. Is there a way I can call the command line in the background, ie without having the cmd box pop up? My code for this is very simple. Id just liek to avoid the shell popping up and then going away if possible......Also, on an unrelated note...Let's say I have my script on a server with a shared drive..Let's say this drive is mapped as q:. If I start my script via my explorer window on the q: drive, why does wscript.exe remain in my tasks on my PC? IE, if i shut down my pc, the process will teriminate. Is there a way to avoid this assuming I do not have physical access to the box? Thank you, as always for your help.