I'm writing a batch file that makes a list of tiff names in a folder for use in a later conversion .bat file I wrote. However, I only need the first part of the file name to use as the variable (for example, in 100s1.tif, I only need 100s1 to make the file work).
Does anyone know of a dos command that will allow me to make the list from the folder using only the characters I need?
Does anyone know of a dos command that will allow me to make the list from the folder using only the characters I need?