awesome! thanks for the help. I thought I would get it figured out from here but I got loused up on another part. Here is my code: SetLocal EnableDelayedExpansion Set InputFile=locations.txt For /F "tokens=* Delims=" %%I IN ('Type "%InputFile%"') DO ( for /f "delims=" %...
lets say create a string and name it a folder path. How do I take whats in that string and parse out just whats after the last "\"? here is what I am trying to figure out: set temp=C:\test local\test last parse\test folder set temp2=C:\test local2\test another parse\another test folder :: ...