home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 1 / 1994-12_-_Disc_1.iso / patches / fixt7g.exe / RESETT7G.BAT < prev    next >
DOS Batch File  |  1994-01-13  |  262b  |  15 lines

  1. echo off
  2. c:
  3. cd \id\t7g
  4. rem First reset the CONFIG.SYS and AUTOEXEC.BAT
  5. copy c:\id\t7g\config.sys c:\ > nul
  6. copy c:\id\t7g\autoexec.bat c:\ > nul
  7. cls
  8. echo Ready to run The Seventh Guest
  9. pause
  10. rem now run T7G
  11. v !
  12. rem then reboot the computer
  13. reboot
  14.  
  15.