I have 2 VB6 programs where I used this statement:

Shell "C:\MULTIZONE\usb-dio24-ctr6 install(24).exe"

Both programs are run using the same statement on the same machine in the same environment. . It works in one program but the other gives a path not found error.

I have looked at the REFERENCES for VB6 in both programs and they are both configured alike. Is there some other hidden thing in VB6 operation that I am overlooking?

Any help will be greatly appreciated.