Search found 2 matches

by mbourgeault
01 Jun 2009 14:11
Forum: DOS Batch Forum
Topic: extracting characters from file name
Replies: 2
Views: 5016

this will probably work...thank you
by mbourgeault
01 Jun 2009 10:05
Forum: DOS Batch Forum
Topic: extracting characters from file name
Replies: 2
Views: 5016

extracting characters from file name

I am looking for a way to extract a 2 digit year and 2 digit month that is in a file name and save them off to a text file named 'test<2digityear><2digitmonth>.txt'. ie: test0905.txt want to extract the 0905 and store is as the content of LoadDate.txt Any help would be greatly appreciated Thank you