Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

End QBASIC program

Status
Not open for further replies.

Spenc3

Vendor
Mar 29, 2002
2
IE
Hi,

I need to run a small QBASIC program to properly initialise an ePOS receipt printer so it will print the euro symbol.

I've got the program going fine. I'm using a batch file to run it at start-up but I cannot figure how to close QBASIC when it's finished.

The QBASIC program stays displayed on the screen requiring the user to terminate it.

Any ideas, please

Spence
 
Hi,
Trying ending the program with SYSTEM.


REM Your basic code
REM More basic code
.
.
.
SYSTEM 'End of program Pappy
You learn something everyday.
 
If you compile your program, this will eliminate the need for Qbasic to be there at all
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top