home *** CD-ROM | disk | FTP | other *** search
- echo off
- c:
- cd \id\t7g
- rem First reset the CONFIG.SYS and AUTOEXEC.BAT
- copy c:\id\t7g\config.sys c:\ > nul
- copy c:\id\t7g\autoexec.bat c:\ > nul
- cls
- echo Ready to run The Seventh Guest
- pause
- rem now run T7G
- v !
- rem then reboot the computer
- reboot
-
-