home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 25 / nopv25.iso / 019A / DRTYHARY.ZIP / OLD_DOOM.BAT < prev   
Encoding:
DOS Batch File  |  1995-10-24  |  154 b   |  12 lines

  1. @echo off
  2. cls
  3.  
  4. if not exist doom.old goto ouch
  5. del doom.exe
  6. copy doom.old doom.exe
  7. goto end
  8.  
  9. :ouch
  10. echo restore failed; DOOM.OLD missing.
  11.  
  12. :end