When you are through with your DOS 6.22 session, and wish to return to the Windows 95 environment, You invoke this BAT file and either recycle power, ++, or press you reset button. Select Normal from the boot list or Your P.C. might be set to the default and just boot into windows 95. @echo off hdir c:\msdos.* echo ! ync ready to change back to windows 95 again (y or n) ? if errorlevel=2 goto NADA if errorlevel=1 goto NADA if errorlevel=0 goto ZOOP :ZOOP attrib -s -h -r c:\msdos.* del msdos.dos > nul copy msdos.sys msdos.dos > nul del msdos.sys > nul copy msdos.w95 msdos.sys > nul del msdos.w40 > nul copy msdos.w95 msdos.w40 > nul rem keep msdos.w40 attrib +s +h +r c:\msdos.* :NADA cls hdir c:\command.* echo ! ync how 'bout those command.com's change'em (y or n) ? if errorlevel=2 goto EGRESS if errorlevel=1 goto EGRESS if errorlevel=0 goto INGRESS :INGRESS del c:\command.dos > nul ren command.com command.dos > nul copy command.w95 command.com > nul rem keep command.w40 rem copy c:\windows\command.com c:\command.com :EGRESS copy c:\autoexec.w95 c:\autoexec.bat > nul copy c:\autoexec.w95 c:\autoexec.w40 > nul copy c:\config.w95 c:\config.sys > nul copy c:\config.w95 c:\config.w40 > nul cls hdir c:\msdos.* pause hdir c:\command.* echo ! echo ! ready to boot into windows 95 echo ! pause Press the BACK button on your Browser to return to the Web Site