Posted by Valerie on February 19, 2008 at 22:46:59:
In Reply to: Problem renaming files in DOS posted by Chad on February 19, 2008 at 06:54:27:
"rename *.full.jpg *.jpg"
The first * instructs Ren to ignore the characters up to .full it does not assign a value of any kind to * - the second * tries to name a file to something which has no value (in any case * is an invalid character in a filename).