O
Oarageous
Not sure this is the right place to post but her goes:
I am trying to write a .bat using the COPY command. I am trying to move
hundreds of files into another folder. The problem is all of these files
have a % in their filename and that's throwing off the copy command since %
is a wildcard.
I tried using the REN command to rename all these files and to replace the %
to _ but obviously this did not work.
I also tried putting paranteses around the filename but that did not work
either.
Any suggestions?
I am trying to write a .bat using the COPY command. I am trying to move
hundreds of files into another folder. The problem is all of these files
have a % in their filename and that's throwing off the copy command since %
is a wildcard.
I tried using the REN command to rename all these files and to replace the %
to _ but obviously this did not work.
I also tried putting paranteses around the filename but that did not work
either.
Any suggestions?