Saved Filename options
dinkypumpkin
dinkypumpkin at gmail.com
Mon Feb 4 09:32:21 EST 2013
On 04/02/2013 14:01, Rob Dixon wrote:
> You ought to be able to say something like
>
> --command "perl -e \"($new = $old = shift) =~ s/\-+\././; rename
> $old, $new\" \"<filename>\""
>
> but no matter what I do I get
>
> The system cannot find the path specified.
>
> from the command processor, even before get_iplayer gets a look at it.
Try this on Windows:
--command "perl -e """($new = $old = shift) =~ s/\-+\././; rename $old,
$new""" ""<filename>"""
More information about the get_iplayer
mailing list