home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / DVISION.ZIP / DISK1.ZIP / README.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-11-01  |  660 b   |  20 lines

  1. @echo off
  2. echo off
  3. cls
  4. echo .
  5. echo                            README file    
  6. echo                            -----------    
  7. echo This batch file will display the README file, which lists changes and
  8. echo updates that have been made to the DiskVision program and manual.
  9. echo .
  10. echo This batch will display the README file on the screen.  If you wish to
  11. echo send the README file to your printer instead, press CTRL-BREAK to stop
  12. echo the execution of this batch file, then from the DOS prompt type:
  13. echo .
  14. echo                  COPY README. PRN: and press [ENTER]
  15. echo .
  16. echo Otherwise, to view the file on screen,
  17. pause
  18. cls
  19. type readme.
  20.