Search found 2 matches

by raff
September 16th, 2008, 2:18 pm
Forum: Post-Processing Scripts
Topic: Clean up "selected_files_xxxxx" directories
Replies: 1
Views: 3852

Re: Clean up "selected_files_xxxxx" directories

Actually.. surprise surprise I got it working..

Code: Select all

cd /d "Folder for all 'other' categories"
xcopy %1 /e
rmdir %1 /S /Q
Now just to make sure it's on only when a category isn't applied..
by raff
September 16th, 2008, 12:43 pm
Forum: Post-Processing Scripts
Topic: Clean up "selected_files_xxxxx" directories
Replies: 1
Views: 3852

Clean up "selected_files_xxxxx" directories

Hey folks.. kind of a script request I guess as I haven't been able to find a good solution.. I download single mp3's from usenet.. when I do that, they are uncategorized.. so they just go to the root downloads folder and the folder name is something like: "selected_files_20080916-170451"....