255 character path limit finder pgm

K

KiwiBrian

I am wanting a program or utility or method of checking a large hierarchy of
folders and files and flagging somehow any that exceed the 255 character
limit.
I thought I saw a mention of one here recently.
As my need is so critical can group rules be generous enough to allow
mention of any program that can help even if it is not freeware in this
case.
Or perhaps I can be emailed direct if that is the preferred method.
Hoping someone can help
TIA
Brian Tozer
 
S

Sietse Fliege

KiwiBrian said:
I am wanting a program or utility or method of checking a large hierarchy
of folders and files and flagging somehow any that exceed the 255
character limit.
I thought I saw a mention of one here recently.
As my need is so critical can group rules be generous enough to allow
mention of any program that can help even if it is not freeware in this
case.
Or perhaps I can be emailed direct if that is the preferred method.
Hoping someone can help
TIA
Brian Tozer

How about the DIR command and then SORT the output on the 256th charactre?

DIR /B /S | SORT /+256 > CHKPATH.TXT
 
B

Bjorn Simonsen

KiwiBrian wrote in said:
I am wanting a program or utility or method of checking a large hierarchy of
folders and files and flagging somehow any that exceed the 255 character
limit.

See this msg:
<http://groups.google.com/group/alt.comp.freeware/msg/8af3c7c2e803b82e?dmode=source&hl=en>

alternative, see SED script near end of this message (drop "pause"
from script):

<http://groups.google.com/group/alt.comp.freeware/msg/c91e85e5c5709569?dmode=source&hl=en>

All the best,
Bjorn Simonsen
 
S

Susan Bugher

KiwiBrian said:
I am wanting a program or utility or method of checking a large hierarchy of
folders and files and flagging somehow any that exceed the 255 character
limit.

Program: Long Filename Finder
Author: DC Software Design Inc. (David Ching)
Ware: Freeware
http://www.dcsoft.com

http://www.dcsoft.com/products/longff/longff.htm

<q>
Many CD-R mastering programs limit the length of the filenames that can be stored on the CD-R. In
some cases, this length is as short as 62 characters. Your files can easily have names that exceed
the limit, especially for multimedia files such as MP3 that contain artist, album, title, track
number information. Before backing up to CD-R, you must rename all your files so that none of the
filenames exceed the limit.

Never before has this been so easy.
</q>

Susan
--
Posted to alt.comp.freeware
Search alt.comp.freeware (or read it online):
http://www.google.com/advanced_group_search?q=+group:alt.comp.freeware
Pricelessware & ACF: http://www.pricelesswarehome.org
Pricelessware: http://www.pricelessware.org (not maintained)
 
K

KiwiBrian

Thanks very much everyone.
Brian

Susan Bugher said:
Program: Long Filename Finder
Author: DC Software Design Inc. (David Ching)
Ware: Freeware
http://www.dcsoft.com

http://www.dcsoft.com/products/longff/longff.htm

<q>
Many CD-R mastering programs limit the length of the filenames that can
be stored on the CD-R. In some cases, this length is as short as 62
characters. Your files can easily have names that exceed the limit,
especially for multimedia files such as MP3 that contain artist, album,
title, track number information. Before backing up to CD-R, you must
rename all your files so that none of the filenames exceed the limit.

Never before has this been so easy.
</q>

Susan
--
Posted to alt.comp.freeware
Search alt.comp.freeware (or read it online):
http://www.google.com/advanced_group_search?q=+group:alt.comp.freeware
Pricelessware & ACF: http://www.pricelesswarehome.org
Pricelessware: http://www.pricelessware.org (not maintained)
 
J

John Hood

KiwiBrian said:
Thanks very much everyone.
Brian




Susan et. al.

Good find. I have this problem at work. Norton Antivirus 10 will go to
100% of processes during a scheduled scan, when the volume contains
path and filenames that are longer than 255 characters.

John H.
 
K

Kittie Spit

Exactly! I asked this question awhile back in a.c.freeware, about
finding a proggie to LIMIT the save box when I input a filename, to a
customizable, say, 62 character limit, because I'm tired of saving
extremely long filenames only to have to chop them down later to
whatever limit for CD-DVD burning.

For that, nobody could come up with a specific existing program.

Now, there are tons of renamers that will truncate to length you
specify, some of these may also be used to identify, and not
specifically rename the files. Some can do things like eliminate
whitespace [smushing characters together], another has built-in
substitutions [like "Win" for Windows" etc] - sorry, can't remember
this proggie's name.

BUT -- the very, very best utility for this I've ever come across [and
the ONLY ONE to my knowledge] is called Long FileName Finder. You
specify the directory and it'll do sub-directories as well. Then, you
specify the filename length you want, and it'll identify all files that
exceed that length limit. You can then go thru the list and manually
rename all to the length you want.

It's a way-cool utility I've never seen anywhere else.

You can find it at:

http://www.dcsoft.com/products/longff/longff.htm

Here's the site's description of this freeware must-have utility:

Long Filename Finder is the easiest way to find and shorten filenames
that are too long to be backed up to CD-R (or CD-RW).

Many CD-R mastering programs limit the length of the filenames that can
be stored on the CD-R. In some cases, this length is as short as 62
characters. Your files can easily have names that exceed the limit,
especially for multimedia files such as MP3 that contain artist, album,
title, track number information. Before backing up to CD-R, you must
rename all your files so that none of the filenames exceed the limit.



PS -- if you come up with any other solutions, please post here!

Thanks!

Kittie Spit
 
K

Kittie Spit

Apologies for replying re the already-mentioned Long Filename Finder.
My provider trashed a few days of Usenet. I didn't realize it had
already been posted when I read the email.
Sorry!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top