home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 2 #3 / The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso / ceg10000 / reports.bat < prev   
DOS Batch File  |  1987-04-02  |  295b  |  21 lines

  1. echo off
  2. a:
  3. rename *.prn *.spl >NUL
  4. cls
  5. epreport
  6. cls
  7. echo '
  8. echo '
  9. echo                REPORT PRINTING SECTION
  10. echo '
  11. echo '
  12. echo '
  13. echo    Please make sure the printer is online and ready to print.
  14. echo '
  15. pause
  16. echo '
  17. copy *.prn prn    
  18. rename *.prn *.spl >nul
  19. cls
  20. echo on
  21.