Hi,
i want to start an application with the run method e.g.:
set objShell = wscript.createObject("wscript.shell"
objShell.run("c:\in test\notepad.exe"
But Vbscript doesn't like the blank in "in test"
What do I have to do to make the script working properly?
regards
Björn
i want to start an application with the run method e.g.:
set objShell = wscript.createObject("wscript.shell"
objShell.run("c:\in test\notepad.exe"
But Vbscript doesn't like the blank in "in test"
What do I have to do to make the script working properly?
regards
Björn