I have this line in my code that spits out (run time error 53, file
not found).
Running this program (project.exe) works fine if I do it through the
command prompt or Run dialogue box on the Windows XP start menu, but
not when using the shell command
This is my code
dim retval
retval = Shell("d:\batch _files\task_man agement\project \project.exe",1 )
Thanks
not found).
Running this program (project.exe) works fine if I do it through the
command prompt or Run dialogue box on the Windows XP start menu, but
not when using the shell command
This is my code
dim retval
retval = Shell("d:\batch _files\task_man agement\project \project.exe",1 )
Thanks
Comment