I need a batch file to get user input, create a directory based on that user input, then create subdirectories for it.
Example:
When I run the batch, it asks me to input clients’ last name.
I enter clients’ last name and C:\Clients\ClientLastName\All Required Subdirectories is created.
Any suggestions?