I am trying to get put my containing folder as a set of variable in my batch file. For example i Have
c:\Monday\AM
Monday will be save to variable A while AM will be save to variable B
How can I achieve that?
Once I know that I will create an if else statement base on the name saved on the variable (e.g Monday\AM = 1\2 Tuesday\AM = 2\2 Monday\PM = 1\1)
hope this better explain my question