home *** CD-ROM | disk | FTP | other *** search
/ Softdisk PC 104 / softd104.zip / RUNSTAMP.BAT < prev    next >
DOS Batch File  |  1995-04-28  |  424b  |  29 lines

  1. @ECHO OFF
  2. if exist stamp.exe goto start
  3. if exist c:\stamp\stamp.exe goto drivec
  4. if exist d:\stamp\stamp.exe goto drived
  5. if exist e:\stamp\stamp.exe goto drivee
  6. if exist f:\stamp\stamp.exe goto drivef
  7. stamppac
  8. if not exist stamp.exe goto end
  9. :start
  10. stamp
  11. goto end
  12. :drivec
  13. c:
  14. cd \stamp
  15. goto start
  16. :drived
  17. d:
  18. cd \stamp
  19. goto start
  20. :drivee
  21. e:
  22. cd \stamp
  23. goto start
  24. :drivef
  25. f:
  26. cd \stamp
  27. goto start
  28. :end
  29.