home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / VDUKE / DUKERAGE.ZIP / RESTORE.BAT < prev    next >
DOS Batch File  |  1996-08-28  |  413b  |  18 lines

  1. @echo off
  2. echo This will restore all cons to normal. To termanate the batch job, 
  3. echo press <ctrl> - <c>.
  4. pause
  5. c:
  6. cd duke3d
  7. if errorlevel 0 goto bad
  8. rename user.old user.con
  9. rename game.old game.con
  10. echo All cons Back to Normal!!!
  11. goto end
  12. :bad
  13. echo I am sorry but the cons have not been restored.  If your duke is in 
  14. echo another directory, Please change this bat accordingly.
  15. goto end
  16. :end
  17.  
  18.