So what I am trying to do it make a batch file which copies contents of an existing folder into a newly created folder. I have been able to get by with a MKDIR a new folder and then XCOPY into the new folder and rename it manually.
Is it possible to have a batch file ask for information then rename the file itself and copy the needed information into the new folder?