home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Add-On 3 / MEGADOOM3.iso / dm1wads / skycity / skycity.bat < prev    next >
DOS Batch File  |  1994-06-25  |  449b  |  18 lines

  1. @echo off
  2. echo Temporarily inserting new floor textures...
  3. dmgraph floor0_1 -e floor0_1.gif
  4. dmgraph floor3_3 -e floor3_3.gif
  5. dmgraph floor0_1 -s blufloor.gif
  6. dmgraph floor3_3 -s cldfloor.gif
  7. echo.
  8. echo Running SkyCity...
  9. echo.
  10. doom -file skycity.wad -devparm -playdemo skycity
  11. echo.
  12. echo Removing new textures and restoring old...
  13. dmgraph floor0_1 -s floor0_1.gif
  14. dmgraph floor3_3 -s floor3_3.gif
  15. del floor0_1.gif
  16. del floor3_3.gif
  17.  
  18.