I'm trying to make a .bat file that will run through all files in a given folder, measure the length of the file+path and if its longer than eg. 50 characters the file and path are written into a .txt-file.
I'm pretty much a n00b, so not to advanced, and somewhat well explained ;).
im writing into a file with
echo %File% > filer.txt
Where File should contain the file name and path.
Edit: Im sorry, I was perhaps a bit unclear in my description of the task it should preform. What I ment was, loop trough files and subfolders of a given folder. and return in the document the files with a path longer than 50 including Drive and Filetype.