home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / personal / pnumer.zip / README.BAT < prev    next >
DOS Batch File  |  1993-06-15  |  1KB  |  27 lines

  1. echo off
  2. cls
  3. echo  
  4. echo ┌──────────────────────────────────────────────────────────────────┐
  5. echo │                                                                  │
  6. echo │  You are about to print the Personal Numerologist's README file  │ 
  7. echo │                                                                  │
  8. echo │   that provides the INSTALLATION and QUICK START Instructions.   │
  9. echo │                                                                  │
  10. echo │            Please ready your printer to print 4 pages            │
  11. echo │                                                                  │
  12. echo └──────────────────────────────────────────────────────────────────┘
  13. echo  
  14. echo You can press the CTRL and BREAK keys at the same time 
  15. echo to terminate this job now, or
  16. echo  
  17. pause
  18. echo  
  19. echo       Printing. . .
  20. echo  
  21. copy readme lpt1:
  22. echo  
  23. echo  
  24. echo       Printing completed
  25. echo  
  26. echo  
  27.