home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / pims12.zip / PRINTOUT.BAT < prev    next >
DOS Batch File  |  1989-08-23  |  642b  |  16 lines

  1. cls
  2. echo off
  3. echo            This batch file will print off the read.me file.
  4. echo            ------------------------------------------------
  5. echo            MAKE SURE YOUR PRINTER IS ON AND ON LINE!
  6. echo            Align the paper perforation on top with print head.
  7. echo            When you are ready to print off the read.me file
  8. echo            press any key to continue printing or Ctrl-Break
  9. echo            to quit.
  10. pause
  11. type read.me >lpt1
  12. cls
  13. echo             Hope you enjoy using the.........
  14. echo             Personal Management Information System!!!!!
  15. echo             ******** ********** *********** ***********
  16.