Search found 1 match

by dlrosencrans
18 Dec 2008 17:22
Forum: DOS Batch Forum
Topic: Parsing a filename into seperate pieces
Replies: 1
Views: 6902

Parsing a filename into seperate pieces

Hello! I have a need to parse a set of filenames into seperate pieces for additional processing. The files will be of varing length, but with the same prefix and file extension. I need to strip the prefix and file extension off and the do another task on the part of the filename that is remaining an...