I have a batch script dilemma with copying directory structures to alternative locations. We have defined five digit numerals for the main name of a Dir but there is also a varying description, is there any way I can wildcard the description in my copyto path e.g.
xcopy <path>Template <path>09999_ParentFolder\<new name> \e
The "ParentFolder" is an unknown and may contain spaces, I haven't had any luck with '*'. I want to avoid asking users to type in the exact details if possible, my only other idea is if I can create a selection list of a dir that the user could enter via a numbered selection?