
Running programs with a WSH script
The interesting fact that I discovered with spaces in folder names is that
you really only need to use Chr(34) at the beginning of the string.
example
WSHShell.run Chr(34) & "c:\program files\hello dir\hello.exe"
no need to add the Chr(34) at the end. Probably a good idea to do it but
you don't need to, and if you're typing adverse leave the last chr(34) off.
David Hamel