home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1187 / fromjohn.bat next >
DOS Batch File  |  1994-02-15  |  764b  |  20 lines

  1. @echo off
  2. goto Start
  3.                              ┌────────────┐
  4.                              │FROMJOHN.BAT│
  5.                              └────────────┘
  6.                         Tue  02-15-1994  16:44:40
  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 show_pic.txt/n
  20.