SteveChestnut
New Member
- Joined
- Mar 17, 2010
- Messages
- 7
Hello,
I am working with a new document management system.
I'm having a problem where this system does not see files where the
path and filename together are over 220 characters long.
I need to search my server and locate all files where the path and
filename together total 220 characters or more.
I'm not sure how to do this.
I know how to use DOS to do a complete directory search and
output the list of paths/files to a .txt (DIR * /o /b /s > list.txt).
But I don't know how to go through the list .txt and remove any
line under 220 charactrers.
Or there may be another way????
What I'd like to end up with is a list of only the files that their
path/filename.ext equal 220 characters or more.
If anyone has a good suggestion I'd appreciate it.
Thank you,
Steve
I am working with a new document management system.
I'm having a problem where this system does not see files where the
path and filename together are over 220 characters long.
I need to search my server and locate all files where the path and
filename together total 220 characters or more.
I'm not sure how to do this.
I know how to use DOS to do a complete directory search and
output the list of paths/files to a .txt (DIR * /o /b /s > list.txt).
But I don't know how to go through the list .txt and remove any
line under 220 charactrers.
Or there may be another way????
What I'd like to end up with is a list of only the files that their
path/filename.ext equal 220 characters or more.
If anyone has a good suggestion I'd appreciate it.
Thank you,
Steve