In Windows 7 I can't copy the file with | in the name. Gives me an error Can not find the file. I have around 30GB of files and all contains that character. Any idea how can I copy them to another NTFS partition?
|
show 1 more comment
feedback
|
|
Command Line is your friend. Open a Enter You can then copy/rename using the 8.3 names You can mix 8.3 and long filenames when renaming:
| |||||||||||
feedback
|
|
The This should help you bypass the restriction on using | |||
|
feedback
|
|
Invalid characters in file name will cause problems rather sooner than later. I'd recommend you rename all the files to avoid further issue. This should work (but it's untested):
That should replace all | |||||||||||||||
feedback
|
|
I was going to suggest the same thing as Dennis. There are many apps available for windows as well, but I don't know how well they would do renaming files with an "invalid" character. | |||
|
feedback
|


dir /xwill list shortnames that you can use. – Rob Feb 9 at 13:53