P1.exe & P2.exe run just fine. I want P1 to run P2 and
pass along 'Hello' to P2.
P1 contains line of code
RUN "P2 Hello" 'appears that P1 executes just fine
P2 contains line of code
s$ = COMMAND$
PRINT s$
PB 3.5 for DOS does like this at all.
Error 58 File Already Exists-don't understand
From START, RUN
P2 Hello 'works just fine
Suggestions or a gentle push in right direction is most welcome.
What would I do without this forum?
Thanks Jack
------------------
pass along 'Hello' to P2.
P1 contains line of code
RUN "P2 Hello" 'appears that P1 executes just fine
P2 contains line of code
s$ = COMMAND$
PRINT s$
PB 3.5 for DOS does like this at all.
Error 58 File Already Exists-don't understand
From START, RUN
P2 Hello 'works just fine
Suggestions or a gentle push in right direction is most welcome.
What would I do without this forum?
Thanks Jack
------------------
Comment