
Opening a Qbaisc program in Pbasic
Quote:
>Does anyone know how to make a Pbasic program that when run it automaticaly
>opens and runs another Qbaisc program??
>For eg. When I run cool.bas it opens and runs food.bas
Hi DK!
1) QuickBASIC & powerbasic both offer the CHAIN command. Keep in mind
that these are COMPILER based BASIC's and not interpreter's. I seem to
recall that even GW-BASIC & BASICA had a chain command.
The problem with QBASIC alone, is that the user MUST have it loaded,
so I am not sure if it supports the CHAIN command or not. if so,
that's the place to start looking for having one program load and run
another.
Ep