home *** CD-ROM | disk | FTP | other *** search
/ Come Get Some! / ComeGetSome.iso / extmap / mystify / mystify.bat next >
Encoding:
DOS Batch File  |  1996-08-08  |  467 b   |  21 lines

  1. @echo off
  2. cls
  3. echo Your user.con and your demo1.dmo will saving as user.old and demo1.old.
  4. echo Loading Mystify ( Version 1.0 )...
  5. echo Press any Key...
  6. echo.
  7. pause
  8.  
  9. ren user.con user.old
  10. ren demo1.dmo demo1.old
  11. ren mystify.con user.con
  12. ren mystify.dmo demo1.dmo
  13. duke3d 
  14. ren user.con mystify.con
  15. ren demo1.dmo mystify.dmo
  16. ren user.old user.con
  17. ren demo1.old demo1.dmo
  18. echo Your user.old and your demo1.old will saving as user.con and demo1.dmo
  19.  
  20.  
  21.