how to find too long file names for Win 7
-
umapati
- Posts: 12
- Joined: 11 Aug 2011 13:40
how to find too long file names for Win 7
Is there a script for finding file names that are too long for Win 7, and automatically chopping off the end of the names?
-
highend
- Posts: 14954
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: how to find too long file names for Win 7
Code: Select all
// Create new tab
#340;
goto "?len: > 249 /r";
$Result = report("{Path}\{Name}<crlf>");
if ($Result != "") {
text $Result;
}
else {
msg "No files found.";
}
//Close search tab automatically
#351;One of my scripts helped you out? Please donate via Paypal
-
umapati
- Posts: 12
- Joined: 11 Aug 2011 13:40
Re: how to find too long file names for Win 7 Apologies
Sorry for this post. I've now looked more carefully at help file, and len: > 248 does all I need.
XYplorer Beta Club