AjaY WaliA
The future is already here — it’s just not very evenly distributed.
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
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)