W3bbo wrote:
Parent Folder > Search > name: "*.tff, *.fon, *.ps1, *.ps3"; Recurse subfolders > Drag results into %systemroot%\Fonts
I was all set to suggest this:
for /r c:\fonts %f in (*.*) do copy %f c:\fonts
to copy them all into one directory, but your way is much better.
