home *** CD-ROM | disk | FTP | other *** search
/ Unprotect 6 / Unprotect-6.0.iso / update / t7g_131 / resett7g.bat < prev    next >
Encoding:
DOS Batch File  |  1995-06-01  |  262 b   |  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.