@echo off echo ╔═════════════════════════════════════════════════════════════════════╗ echo ║ CleanSweep 95 Patch for Windows 95 version 2.02 dated 1-19-96 ║ echo ║ ║ echo ║ This patchfile implements fixes to CleanSweep 95 version 2.00 and ║ echo ║ 2.01. The date on the CSINSM32.EXE file in your CleanSweep folder ║ echo ║ should be 9/22/95 or 11/16/95. If the file date is later than ║ echo ║ 11/16/95 you do not need this patch. ║ echo ║ ║ echo ║ We recommend that you apply the patch in MS-DOS mode. For more ║ echo ║ specific instructions, refer to the READ.ME file, which is ║ echo ║ located in the directory from which you ran RUNME.BAT. Should you ║ echo ║ decide to apply the patch from within Windows 95, please make sure ║ echo ║ that the Usage Monitor and Install Monitor are closed. The patch ║ echo ║ will not be properly applied if these programs are running. ║ echo ║ ║ echo ║ Press any key to continue or Control-C to abort the patch process. ║ echo ║ ║ echo ╚═════════════════════════════════════════════════════════════════════╝ pause if not exist PATCH.EX_ goto error if not exist cs95_202.RTP goto error if not exist CS32.EXE goto error if not exist wincheck.com goto error ren PATCH.EX_ PATCH.EXE if not exist PATCH.EXE goto error wincheck if errorlevel 1 goto warningmessage if errorlevel 0 goto runpatch :warningmessage echo ╔═════════════════════════════════════════════════════════════════════╗ echo ║ We strongly recommend that you restart your computer and run this ║ echo ║ program in MS-DOS mode. Should you wish to apply this patch ║ echo ║ inside of Windows 95, please make sure that both Install Monitor ║ echo ║ and Usage Monitor have been disabled. ║ echo ║ ║ echo ║ Press any key to continue or Control-C to abort the patch process ║ echo ║ ║ echo ╚═════════════════════════════════════════════════════════════════════╝ pause :runpatch patch cs95_202.rtp /ignoremissing echo Patch complete! Now deleting patch files... del patch.exe del cs95_202.rtp del wincheck.com echo Patch successfully applied; patch files deleted. echo You MUST now restart Windows 95 for the final changes to take effect. goto end :error echo ╔═════════════════════════════════════════════════════════════╗ echo ║ This patch should be applied by copying PATCH.EX_, ║ echo ║ CS95_202.rtp, CS202.pat, WINCHECK.COM, and RUNME.BAT ║ echo ║ into your CleanSweep folder then typing: ║ echo ║ ║ echo ║ RUNME ║ echo ║ ║ echo ╚═════════════════════════════════════════════════════════════╝ :end