home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.12 / 1997-01_Disc_2.12.iso / patches / indy4fix.zip / fate.bat < prev    next >
DOS Batch File  |  1996-10-30  |  868b  |  40 lines

  1. @echo off
  2.  
  3. if exist d:\atlantis.exe d:
  4. if exist e:\atlantis.exe e:
  5. if exist f:\atlantis.exe f:
  6. if exist g:\atlantis.exe g:
  7. if exist h:\atlantis.exe h:
  8. if exist i:\atlantis.exe i:
  9. if exist j:\atlantis.exe j:
  10. if exist k:\atlantis.exe k:
  11. if exist l:\atlantis.exe l:
  12. if exist m:\atlantis.exe m:
  13. if exist n:\atlantis.exe n:
  14. if exist o:\atlantis.exe o:
  15. if exist p:\atlantis.exe p:
  16. if exist q:\atlantis.exe q:
  17. if exist r:\atlantis.exe r:
  18. if exist s:\atlantis.exe s:
  19. if exist t:\atlantis.exe t:
  20. if exist u:\atlantis.exe u:
  21. if exist v:\atlantis.exe v:
  22. if exist w:\atlantis.exe w:
  23. if exist x:\atlantis.exe x:
  24. if exist y:\atlantis.exe y:
  25. if exist z:\atlantis.exe z:
  26.  
  27. if exist \atlantis.exe goto cd_found
  28.  
  29. echo You must insert the Indiana Jones CD in your drive!
  30. goto exit
  31.  
  32. :cd_found
  33.  
  34. cd \atlantis
  35. c:\fate\atlantis %1 %2 %3
  36. cd ..
  37. c:
  38.  
  39. :exit
  40.