home *** CD-ROM | disk | FTP | other *** search
/ Softdisk PC 107 / softd107.zip / XFORTRES.BAT < prev    next >
DOS Batch File  |  1995-07-21  |  424b  |  29 lines

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