Any way to get the first few characters of filename in DOS batch file Programming
http://www.dostips.com/DtTipsStringManipulation.php
set first2=%%I:~0,2% && set next3=%%I:~3,3%
I think.. geez, its been a while!
http://www.dostips.com/DtTipsStringManipulation.php
set first2=%%I:~0,2% && set next3=%%I:~3,3%
I think.. geez, its been a while!