Hello, I've been using the following code snippet with success
for some time now:
--------------
PROCESS:
Close #3
Shell "Process_1"
Shell "DEL File_1"
Shell "DEL File_2"
GoTo MAIN
--------------
All of the sudden, it started to give me problems on one pc.
It shells to "Process_1" and executes that .exe just fine. It
even continues to del file_1 and file_2. However, the command
window never closes and the program "freezes", it does not "GoTo
Main".
Does anyone have any ideas why this may be happening? Could it
be a memory problem? I'm totally in the dark on this!
Thanks for your help.
Bob
------------------
for some time now:
--------------
PROCESS:
Close #3
Shell "Process_1"
Shell "DEL File_1"
Shell "DEL File_2"
GoTo MAIN
--------------
All of the sudden, it started to give me problems on one pc.
It shells to "Process_1" and executes that .exe just fine. It
even continues to del file_1 and file_2. However, the command
window never closes and the program "freezes", it does not "GoTo
Main".
Does anyone have any ideas why this may be happening? Could it
be a memory problem? I'm totally in the dark on this!
Thanks for your help.
Bob
------------------
Comment