Executing qbasic code via another qbasic code
Executing qbasic code via another qbasic code
(OP)
I'm sure there is a way to do this, but I do not know the function for this. Can some one tell me? I just want to be able to call for another basic code to execute with a basic code.
Thanks.
Thanks.
RE: Executing qbasic code via another qbasic code
CODE
Lee
RE: Executing qbasic code via another qbasic code
chain "c:\qb\myprog.bas"
(or .exe if compiled using brun45)
RE: Executing qbasic code via another qbasic code
Consider using a "SHELL" command to execute a "BAT" bile that "STARTS" another command window which can run QBasic or any thing else it wants in it's own window.
Computer thought: I teach a lot of programming so I can learn. You can never learn it all.