home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / pc_ham1 / go.bat < prev    next >
DOS Batch File  |  1986-05-26  |  512b  |  20 lines

  1. ECHO OFF
  2. CLS
  3. ECHO Copy the documentation file, PC-HAM.DOC, to your printer before starting.
  4. ECHO  
  5. ECHO  
  6. ECHO This batch file will do that for you if your system has a reasonably
  7. ECHO friendly printer as the PRN: device.
  8. ECHO  
  9. ECHO  
  10. ECHO Make sure your printer is ON, ON-LINE, and set to its TOP OF FORM position.
  11. ECHO  
  12. ECHO  
  13. ECHO Press the CTRL BREAK key combination if you want to abort this copy.
  14. ECHO  
  15. ECHO  
  16. ECHO  
  17. PAUSE 
  18. COPY PC-HAM.DOC PRN:
  19. CLS
  20.