home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / qb_pds / keyboard / keybuf / fromjohn.bat < prev    next >
Encoding:
DOS Batch File  |  1994-03-19  |  763 b   |  20 lines

  1. @echo off
  2. goto Start
  3.                              ┌────────────┐
  4.                              │FROMJOHN.BAT│
  5.                              └────────────┘
  6.                         Thu  02-10-1994  11:31:34
  7.  
  8.      This batch file just loads the text file using my littlest
  9.      QuickBASIC file loader READ.COM.
  10.  
  11.      The "/n" switch after the file name suppresses the "brag-box." You
  12.      can then use READ.COM to load text files into your batch files
  13.      without the user being distracted by my brag-box when he/she exits
  14.      READ.COM. The only way you can see the brag-box is by loading a
  15.      file without the "/n" switch. You can even use a factitious file
  16.      name or an executable file, READ.COM doesn't care....
  17.  
  18. :Start
  19. read buffkey.txt/n
  20.