home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / PCMAG / VOL8N08.ARC / CTTYNUL.BAT < prev    next >
Encoding:
DOS Batch File  |  1988-12-06  |  190 b   |  7 lines

  1. CTTY NUL
  2. ECHO You will not see this line.
  3. ECHO You will see this line, but not the line before. > CON
  4. ECHO Now press a key -- input to PAUSE comes from CON. > CON
  5. PAUSE < CON
  6. CTTY CON
  7.