home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / busi / invo / 009 / readme.bat < prev    next >
DOS Batch File  |  1990-12-27  |  629b  |  18 lines

  1. echo off
  2. type pcbill.hlp | more
  3. echo              .....
  4. pause 
  5. cls
  6. echo **************************************************************
  7. echo     Printing a description of PC/BILL and installation help
  8. echo **************************************************************
  9. echo              .....
  10. echo Do you wish to print a copy of what you have just read?
  11. echo DO you have a printer installed ?
  12. echo              .....
  13. echo If both answers are YES ... Strike  ANY KEY  after the prompt.
  14. echo If either answer is NO .... Press CTRL-C then Y to terminate batch job. 
  15. echo              .....
  16. pause
  17. copy pcbill.hlp prn
  18.