home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / appt3_90.zip / LASER.BAT < prev    next >
DOS Batch File  |  1989-10-18  |  268b  |  20 lines

  1. echo off
  2. cls
  3. echo Working ....
  4. ren epson.mem epson.old
  5. copy hp.mem epson.mem
  6. cls
  7. %1
  8. if "%1" == " " goto final
  9. :final
  10. echo This program will now terminate....
  11. echo.
  12. pause
  13. goto end
  14. :end
  15. cls
  16. echo Working ....
  17. del epson.mem
  18. ren epson.old epson.mem
  19. cls
  20.