home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if exist Doom2.exe goto dmgo:
-
- if not exist doom2.exe goto errmsg:
-
- :errmsg
-
- cls
-
-
-
-
-
-
-
- @echo Sorry, unable to find Doom2.exe!
- @echo please copy EZdoom.exe and EZ.bat
- @echo to your Doom 2 directory, and then
- @echo Run EZDoom!
-
-
-
-
-
- pause
- goto end:
-
- :dmgo
-
- ezdoom.exe
- cls
-
- :end
-
-
-