Hello, I am using OneDrive to backup 70K files and they do not allow # or % in the file names. Stupid since Windows allows it and this is MS backup. I know there are some with these characters in the file name. I have used XYplorer for replacing characters before but for some reason it's not working on a whole drive. I have only done a single folder before.
When I select the drive letter and put in # in the name field and use the default search settings it returns all the files.
Can someone tell me what I need to do for this to work?
Thank you
Find Files
Re: Find Files
# is a special character in XYplorer search syntax, so you need to escape it. Try this in the name field:
for more info enter this in addressbar
Code: Select all
[#]for more info enter this in addressbar
Code: Select all
::rtfm "idh_find.htm#idh_findtabnamemode";Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
Re: Find Files
# is a recognized as a wildcard.
To find it you have to enclose it in square brackets.
E.g.
[#].*bat
Would find all .bat files that only consists of the name: #
% isn't used a wildcard so you should be able to use it normally...
To find it you have to enclose it in square brackets.
E.g.
[#].*bat
Would find all .bat files that only consists of the name: #
% isn't used a wildcard so you should be able to use it normally...
One of my scripts helped you out? Please donate via Paypal
Re: Find Files
Worked perfect!
Thanks for your help.
Thanks for your help.
XYplorer Beta Club