home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / famtoo12.zip / READDOC.BAT < prev    next >
DOS Batch File  |  1989-08-25  |  550b  |  16 lines

  1. ECHO OFF
  2. CLS
  3. ECHO ----------------------------------------------------------------------
  4. ECHO  This program will let you read the documentation to Family Tools.  
  5. ECHO ----------------------------------------------------------------------
  6. ECHO .
  7. ECHO If you wish to pause the screen, press the <CONTROL> key and <S> key
  8. ECHO at the same time.
  9. ECHO To unpuase the screen, press CONTROL-S again.
  10. ECHO .
  11. ECHO If you do not wish to read the user manual right now, press 
  12. ECHO CONTROL-BREAK right now, otherwise
  13. PAUSE
  14. CLS
  15. TYPE FAMTOOLS.DOC
  16.