how to find too long file names for Win 7
Posted: 11 Aug 2011 13:48
Is there a script for finding file names that are too long for Win 7, and automatically chopping off the end of the names?
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
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;