home *** CD-ROM | disk | FTP | other *** search
/ Adventures in Heaven 2 / adventuresinheaven2powergamesfordosandwindows.iso / dos / gameutil / wolf3d2 / installa.bat < prev    next >
DOS Batch File  |  1992-02-22  |  980b  |  35 lines

  1. Echo off
  2. echo.            
  3. echo                         Wolfenstein 3d ~2~               
  4. echo                           Installation                   
  5. echo               (To Cancel Press Ctrl c And Terminate)     
  6. echo.                                                          
  7. pause
  8. echo.
  9. c:
  10. cd\
  11. md wolf3d2
  12. cd wolf3d2
  13. copy c:\wolf3d\*.wl6
  14. copy c:\wolf3d\wolf3d.exe
  15. rename maphead.wl6 maphead.old
  16. copy a:maphead.wl6
  17. rename Gamemaps.wl6 gamemaps.old
  18. copy a:gamemaps.wl6
  19. copy a:wolf3d2.bat
  20. echo.
  21. echo                        Wolfenstein 3d ~2~
  22. echo                 Is Now all carnaged Up And Ready
  23. echo                             To Go!
  24. echo                     Just type WOLF3D2 and Go!!
  25. echo.
  26. echo.
  27. pause
  28. echo                       Wolfenstien 3d ~2~ is By Adam Chapman
  29. echo.
  30. echo    Wolfenstein,the Wolfenstein logo and Wolfenstein Likeness are trademarks of 
  31. echo                         Id Software Inc.All rights Reseved.
  32. pause
  33. b:
  34. echo off
  35.