SENSATION! (250-1650) Using 3.bat Faxback Doc. # 1072 This batch file is run by typing "3" in the root directory on the Sensation! Data Disc. (CD-ROM disc). This batch file will copy WinMate programs back to the hard disk if they were removed by option 5 from the install menu. Everything below this line is the actual 3.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 xcopy %drv%\original\winmate c:\winmate\ /s/e/v :exit set drv= echo on