PDA

Click to See Complete Forum and Search --> : Batch Use


king_willy
Sep 6th, 2002, 11:27 PM
Ok, I'm using the qbasic /run command, this is great and would really be helpfull on my boot disks, though it looks kinda daggy when u see all the code when the program finishes.... how can i get qbasic to quit after my program finishes?

AirScape17
Sep 7th, 2002, 12:16 PM
Use the SYSTEM command instead on the END command. They work the same, only system exits the IDE when you use the /run switch.

king_willy
Sep 7th, 2002, 09:15 PM
Cheers... Works great :D