home *** CD-ROM | disk | FTP | other *** search
/ Softdisk PC 103 / softd103.zip / EUROPE.BAT < prev    next >
DOS Batch File  |  1995-04-07  |  508b  |  29 lines

  1. @ECHO OFF
  2. if exist m-geoeur.psh goto start
  3. if exist c:\geo-eur\m-geoeur.psh goto drivec
  4. if exist d:\geo-eur\m-geoeur.psh goto drived
  5. if exist e:\geo-eur\m-geoeur.psh goto drivee
  6. if exist f:\geo-eur\m-geoeur.psh goto drivef
  7. geoeupac
  8. if not exist progshel.exe goto end
  9. :start
  10. PROGSHEL /ODMS /ISSUE:GEOEUR %1 %2 %3 %4 %5 %6 %7 %8 %9
  11. goto end
  12. :drivec
  13. c:
  14. cd \geo-eur
  15. goto start
  16. :drived
  17. d:
  18. cd \geo-eur
  19. goto start
  20. :drivee
  21. e:
  22. cd \geo-eur
  23. goto start
  24. :drivef
  25. f:
  26. cd \geo-eur
  27. goto start
  28. :end
  29.