SENSATION! (250-1650) Using 4.bat Faxback Doc. # 1108 This batch file is run by typing "4" in the root directory on the Sensation! Data Disc. (CD-ROM disc). This batch file will remove the Windows directory and all subdirectories. Everything below this line is the actual 4.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 @echo ****************************************************************** @echo This program will remove the Windows program. Press CTRL-C now to @echo exit this batch file. @echo ****************************************************************** @pause c: cd \ attrib -h -s c:\386spart.par del c:\386spart.par attrib -r c:\windows\spart.par del c:\windows\spart.par del c:\windows\awi < %drv%\yes.txt rd c:\windows\awi del c:\windows\tantmp <%drv%\yes.txt rd c:\windows\tantmp del c:\windows\toolbook < %drv%\yes.txt rd c:\windows\toolbook del c:\windows\msapps\GRPHFLT <%drv%\yes.txt rd c:\windows\msapps\grphflt del c:\windows\msapps\MSDRAW <%drv%yes.txt rd c:\windows\msapps\msdraw del c:\windows\msapps\NOTE-IT <%drv%yes.txt rd c:\windows\msapps\note-it del c:\windows\msapps\PROOF <%drv%yes.txt rd c:\windows\msapps\proof del c:\windows\msapps\TEXTCONV <%drv%yes.txt rd c:\windows\msapps\textconv rd c:\windows\msapps del c:\windows\system <%drv%yes.txt rd c:\windows\system del c:\windows < %drv%\yes.txt rd c:\windows %drv% :exit set drv= echo on