home *** CD-ROM | disk | FTP | other *** search
/ Ultimate DOOM Companion / PowersourceMultimedia-UltimateDOOMCompanion.iso / goodies / doomcmd.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-06-16  |  869b  |  26 lines

  1. @echo off
  2. echo Welcome to another handy yet simple utility from Jarvis Smith
  3. echo and MicroMIND, inc...
  4. echo This is a simple program in which to inform you and allow you 
  5. echo to change the command line when entering a game of doom...
  6. echo This is of best use when playing a modem or network linked 
  7. echo game.   Have fun and look for more helpful utils for doom... :)
  8. echo.
  9. echo Feel free to call our BBS anytime 
  10. echo    MicroMIND Online
  11. echo    {503}535-6876 24 Hours a day
  12. echo.
  13. echo.
  14. echo Warning this install batch file will now rename your doom.exe to rundoom.exe
  15. echo and will rename doomutil.exe to doom.exe....  
  16. echo If you do not wan't to contine please press CTRL-C and exit this batch
  17. echo file....
  18. echo.
  19. pause
  20. ren doom.exe rundoom.exe
  21. ren doomutil.exe doom.exe
  22. echo.
  23. echo All done... Now run doom as you normaly would...
  24. echo.
  25.  
  26.