Music Files : Deleting Extra Files -
09-12-2008
, 07:35 AM
Slightly off topic, but,
I frequently use paradox to help me manage my music files,
and I think more people should.
If enough routines were collected,
perhaps they could even run with pdox runtime.
Some of the routines I have built to copy folders were rough at first,
because they simply copied entire folders.
The following commands in a batch file helped me remove the junk after
copying the folders
del /S /A:HS L:\*.ini
del /S /A:HS L:\*.jpg
pause
Now, if I ever forget these commands or parameters again,
I wont struggle with the ? at the command line,
and hopefully I can simply google for this thread. =)
Bob Wiltshire |