Re: how to "batch" rename files?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Dan Moyer wrote:

<snip>

> Can 
> }}}
<eucode>
> system("rename...",2)
> </eucode>
{{{

> be used to reference filenames in variables, or is it limited to what you
> type into the quotes?  

<snip>

Just use something like the following:
sequence myvar
myvar = "\"the old.txt\" \"the new.txt\""    -- or whatever is required
system("rename " & myvar, 2)


Regards,
   Juergen

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu