home *** CD-ROM | disk | FTP | other *** search
/ Collection Encyclopedia of Computer Games / GAME_ENCYCLOPAEDIA_VOLUME_1.iso / doomrus / use1_94.bat < prev    next >
Encoding:
DOS Batch File  |  1993-12-14  |  218 b   |  10 lines

  1. @echo Converting DOOM.EXE to use DOS-Extender v1.94
  2. @echo off
  3. if exist doom1_95.exe goto noway
  4. ren doom.exe doom1_95.exe
  5. copy u1_94.exe doom.exe
  6. goto end
  7. :noway
  8. @echo You've already updated DOOM to 1.94!
  9. :end
  10.