I have a window I made to run some of my visual demos. I'm simply unloading that window and running another program from it. The syntax I'm using is:
If RN = 1 Then Myprog = Shell("C:\My Documents\Chris Misc\Progname", 1)
On some PC's this works fine, on others, when running the executable of my program, they get a path error. What can I do different to avoid the error?

vbsslink