Hit any key...

 BBS: Inland Empire Archive
Date: 06-06-92 (21:18)             Number: 144
From: MATT HART                    Refer#: NONE
  To: PAUL LEONARD                  Recvd: NO  
Subj: Hit any key...                 Conf: (2) Quik_Bas
 PL> DEBUG script to patch BRUN30.EXE (yes, '30' not '45') to skip the
 PL> keyboard wait at the "hit any key to return to system" message?

You could do this:

     ON ERROR GOTO ExitBigTime

     ExitBigTime:
          END

This will add about 10 bytes or so to your code.  Compile
your program with /E error checking and NOT /X .
---
 * Origin: Midnight Micro!  V.32/REL  (918)451-3306 (1:170/600)
Outer Court
Echo Basic Postings

Books at Amazon:

Back to BASIC: The History, Corruption, and Future of the Language

Hackers: Heroes of the Computer Revolution (including Tiny BASIC)

Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution

The Advent of the Algorithm: The Idea that Rules the World

Moths in the Machine: The Power and Perils of Programming

Mastering Visual Basic .NET