home *** CD-ROM | disk | FTP | other *** search
/ Interactive Entertainment 22 / EPISODE_22_FEB_1996.iso / patch / fatecd.zip / Fate.bat < prev    next >
DOS Batch File  |  1996-01-17  |  898b  |  41 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 not exist fate.bat goto cd_found
  28.  
  29. echo.
  30. echo.
  31. echo You must insert the Atlantis CD in your drive!
  32. echo Please insert it and try again.
  33. goto exit
  34.  
  35. :cd_found
  36. cd \atlantis
  37.  
  38. c:\fate\atlantis.exe
  39.  
  40. :exit 
  41.