how to find too long file names for Win 7
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?
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
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