QUOTE (neddie @ Apr 18 2006, 07:52 AM)

or
CODE
rename "%%20" " " *
Could you explain what the " " * after the "%%20" does?
I have been playing with this some with some success.
I am only guessing here,and would be grateful is someone corrects me if I'm wrong.
I am guessing that in this part,"%%20",what is inside the first set of quotes is what is to be renamed.
Then in this part " " *,what is inside the second set of quotes is what it is to be renamed to.
Since there is nothing inside the quotes in the second part,it will be renamed nothing,which in turn is actually just removing the first part.
The * is saying to do this for all the files found to contain %%20 in the directory this command was entered in.
Am I right?