home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- if exist d:\atlantis.exe d:
- if exist e:\atlantis.exe e:
- if exist f:\atlantis.exe f:
- if exist g:\atlantis.exe g:
- if exist h:\atlantis.exe h:
- if exist i:\atlantis.exe i:
- if exist j:\atlantis.exe j:
- if exist k:\atlantis.exe k:
- if exist l:\atlantis.exe l:
- if exist m:\atlantis.exe m:
- if exist n:\atlantis.exe n:
- if exist o:\atlantis.exe o:
- if exist p:\atlantis.exe p:
- if exist q:\atlantis.exe q:
- if exist r:\atlantis.exe r:
- if exist s:\atlantis.exe s:
- if exist t:\atlantis.exe t:
- if exist u:\atlantis.exe u:
- if exist v:\atlantis.exe v:
- if exist w:\atlantis.exe w:
- if exist x:\atlantis.exe x:
- if exist y:\atlantis.exe y:
- if exist z:\atlantis.exe z:
-
- if not exist fate.bat goto cd_found
-
- echo.
- echo.
- echo You must insert the Atlantis CD in your drive!
- echo Please insert it and try again.
- goto exit
-
- :cd_found
- cd \atlantis
-
- c:\fate\atlantis.exe
-
- :exit
-