I am trying to use the Run method of the WShell object to start a program on
a client machine. The script is
VBScript and follows the examples posted.
The problem I have run into is that if the executable file is in a directory
that contains a space then I get the "file not found" scripting dialog.
Anyone else experience this/solve this?
Example Code:
Set WshShell = Wscript.CreateObject("Wscript.Shell")
WshShell.Run "c:\my documents\myavipla",1,TRUE
Thanx,
Bobby Roberts