SENSATION! (250-1650) Using 5.bat Faxback Doc. # 1167 This batch file is run by typing "5" in the root directory on the Sensation! Data Disc. (CD-ROM disc). This batch file will remove the WinMate directory and all subdirectories. Everything below this line is the actual 5.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 WinMate program. Press CTRL-C now to @echo exit this batch file. @echo ****************************************************************** @pause c: cd \ del c:\winmate\abc <%drv%\yes.txt rd c:\winmate\abc del c:\winmate\template < %drv%\yes.txt rd c:\winmate\template del c:\winmate\PICTURES\BACKDROP < %drv%\yes.txt rd c:\winmate\PICTURES\BACKDROP del c:\winmate\PICTURES\BANNERS < %drv%\yes.txt rd c:\winmate\PICTURES\BANNERS del c:\winmate\PICTURES\CARDS < %drv%\yes.txt rd c:\winmate\PICTURES\CARDS del c:\winmate\PICTURES\DESKTOP < %drv%\yes.txt rd c:\winmate\PICTURES\DESKTOP del c:\winmate\PICTURES\NAMETAGS < %drv%\yes.txt rd c:\winmate\PICTURES\NAMETAGS del c:\winmate\PICTURES\NOTICES < %drv%\yes.txt rd c:\winmate\PICTURES\NOTICES del c:\winmate\pictures <%drv%\yes.txt rd c:\winmate\pictures del c:\winmate\tutorial\tbk < %drv%\yes.txt rd c:\winmate\tutorial\tbk del c:\winmate\tutorial\wave < %drv%\yes.txt rd c:\winmate\tutorial\wave del c:\winmate\tutorial < %drv%\yes.txt rd c:\winmate\tutorial del c:\winmate < %drv%\yes.txt rd c:\winmate :exit set drv= echo on