I need to make the file names conform to 8.3 standard length and still retain some information so I can validate them
I need to parse them in a dos batch so they are valid when I open up my program in foxprox they can be read
running in windows 7 through 10
here are some examples of file names
DCT-284489-0BANR-01Aug2019 (2).txt for this file ideally I would rename it DC284489.819 where the 819 in the extension stands for august 2019 which is in the name
DCT-284489-0BANR-01Jul2019.txt
DCT-284489-0BANR-01Jun2018.txt
PE284489 (1).348 and for this file PE284489.348 just remove the (1)
PF284489.798
PG284489.192
PH284489 (1).628
PI284489 (1).177
PJ284489.557
PK284489.058
PL284489.470
there will be at max 100 files in the folder
much appreciated
franklins
