Quote:
------------------------------------------------------------------------------------------
12. Delete all duplicate files in the i386 folder, whenever there is a compressed one (this is a bit time consuming). Every *.dl_ and *.ex_ should be deleted. The beginning of the file is the same, for example MAILMSG.DL_ and mailmsg.dll. Always delete the older. (Just ignore if there is no duplicate. These files are supposedly for w2k serv and adv serv)
## Maybe someone invents an easier way ##
------------------------------------------------------------------------------------------
Well, assuming you are doing this on a W2K box, open a command prompt at the I386 folder and type this:
for %X in (*.dl_) do if exist %~nX.dll del %X
and then repeat for (ex_ exe) (in_ inf) (sy_ sys) (ce_ cer) (zi_ zip)!
If you are paranoid, you could move instead of deleting!
Also, if you are doing a bunch of hotfixes, after expanding each hotfix, search for and delete the files hotfix.exe, hotfix.inf, spmsg.dll and the symbols folders from all expanded folders. If you have already located the most recent sp3.cat and moved it and other .cat files to I386, then delete those too. NOW you are ready to move all files from the expanded folders to the I386 folder.