home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / 2READ.ZIP / GO.BAT next >
DOS Batch File  |  1993-07-27  |  441b  |  18 lines

  1. @echo off
  2. goto start
  3.                             ┌─────────────┐
  4.                             │   GO.BAT    │
  5.                             └─────────────┘
  6.  
  7.      used to demonstate my littest ASCII file reader, READ.COM
  8.      Please read READ.TXT for the reason(s) I made this batch file
  9.      or you will think I am more simple minded than I am....
  10.  
  11.      John De Palma
  12. :start
  13.  
  14. read read.txt/n
  15. echo 
  16. read testing.txt
  17. echo   
  18.