Forum Discussion
AlexeyKolosov
Staff
15 years agoHi Robert,
It looks like you misunderstood my suggestion. If you use the approach demonstrated in the How To entry, you do not need to use the cmd window at all. The WshShell.Run method allows executing any command line without invoking the cmd window. Just pass the needed string as the method's argument. Does this work for you?
It looks like you misunderstood my suggestion. If you use the approach demonstrated in the How To entry, you do not need to use the cmd window at all. The WshShell.Run method allows executing any command line without invoking the cmd window. Just pass the needed string as the method's argument. Does this work for you?