Wednesday, August 8, 2007

For Loop to Process Multiple Files in a Folder

To register all the files in the System32 folder, type the following command and press ENTER:

for %m in (*.dll) do regsvr32 /s %m