Hi
Using PB/DLL 6 compiler I SHELL two different EXE programs:
...Code
SHELL "ProgramA testA"
...Code
SHELL "ProgramB testB"
...Code
If I run ProgramA first and then ProgramB, the control
after execution of ProgramB does not return to the program,
the program has to be restarted.
But if I run ProgramA or ProgramB only control
returns to the program normally.
Any idea why it hangs?
Branko
------------------
Using PB/DLL 6 compiler I SHELL two different EXE programs:
...Code
SHELL "ProgramA testA"
...Code
SHELL "ProgramB testB"
...Code
If I run ProgramA first and then ProgramB, the control
after execution of ProgramB does not return to the program,
the program has to be restarted.
But if I run ProgramA or ProgramB only control
returns to the program normally.
Any idea why it hangs?
Branko
------------------
Comment