home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / zgsp11wm.zip / ZGSP11.ZIP / README.BAT < prev    next >
DOS Batch File  |  1990-10-26  |  300b  |  9 lines

  1. echo off
  2. cls
  3. echo After pressing ENTER the README.TXT file will begin scrolling.
  4. echo You can use CTRL+S to stop and resume scrolling.
  5. echo Use CTRL+C or CTRL+BREAK to abort this procedure.
  6. echo You may find it more convenient to use Windows Notepad to view this file.
  7. pause
  8. type readme.txt
  9.