However, it is creating a series of folders in my d: drive (a secondary hard drive) that do not remove themselves after the patches have been run.
Any reasons why?
This is the batch file:
CLS @ECHO OFF ECHO ECHO Installing All Pre-SP2 Hotfixes... ECHO Please Wait... CD %systemdrive%\install\crits for %%i in (*.exe) do start /wait %%i /Q /Z /U /N ECHO Done. EXIT



Help

Back to top








