I was looking for batch script to create a new folder with incremental number.
Example:
DirectroryNames=
DirectoryName_1_Label234_Date
DirectoryName_2_Label235_Date
I want to create a new directory every time batch script runs
DirectoryName_3_Label236_Date
next
DirectoryName_4_Label137_Date etc...
Any help ?