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?
Printable View
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?
Use the SYSTEM command instead on the END command. They work the same, only system exits the IDE when you use the /run switch.
Cheers... Works great :D