>The rename command looks like this:
 >
 >          rename file CurrentSong to NewName

print the command and see if the names are quoted or have spaces escaped.

if not you will need to make the escape the names in the manner the OS 
requires, ala


touch "test file"

0 Sep 23 14:14 test file

mv "test file" new\ file

0 Sep 23 14:14 new file

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to