SENSATION! (250-1650) Using 2.bat Faxback Doc. # 1066 This batch file is run by typing "2" in the root directory on the Sensation! Data Disc. (CD-ROM disc). This batch file will copy Windows with WinMate enhancements to the hard drive, if they were previously removed by option 4 from the install menu. Everything below this line is the actual 2.bat batch file..... ____________________________________________________________________________ @echo off set drv=D: if exist D:\ORIGINAL\WINDOWS\TANDYDEM.O3 goto runset set drv=E: if exist E:\ORIGINAL\WINDOWS\TANDYDEM.O3 goto runset set drv=F: if exist F:\ORIGINAL\WINDOWS\TANDYDEM.O3 goto runset echo CD-ROM Data Disc not found. goto exit :runset if not exist c:\WINDOWS\win.ini goto chkgroups @echo Saving *.ini to \saved directory xcopy c:\windows\*.ini c:\saved\ /v :chkgroups if not exist c:\windows\main.grp goto nogroups @echo Saving *.grp to \saved directory xcopy c:\windows\*.grp c:\saved\ /v :nogroups xcopy %drv%\original\windows c:\windows\ /s/e/v c: cd c:\windows\msapps\note_it ren note_it.exe note-it.exe ren note_it.hlp note-it.hlp cd c:\windows\msapps md note-it xcopy c:\windows\msapps\note_it c:\windows\msapps\note-it cd c:\windows\msapps del note_it<%drv%\yes.txt rd note_it cd \ :exit set drv= echo on