|
OK, I have a little Perl script that copies files from the folders where my podcasts get save (parsing through sub-directories) and copies them to my CF card (all in the same directory, with no sub-directories).
I have created a shortcut that launches the script with a command window with all the right options.
I am going to make 2 modifications:
1) allow From and To paths as command line options (which could be added to the shortcut) - so the script itself would not need to be modified to select different directories
2) I haven't been deleting the files from the From directory, and I am considering adding that
You would need to have Perl installed, I am using Active State Perl.
Just wanted to send an update, and I'll see if I can finish this by next week.
Let me know if you are interested.
|