Thank you for the very quick response, but I think I should clarify my question.
In a batch file I need to copy the contents of a cd to a new directory C:\Archive\%CD_Name%
My problem is that I need to make a new subdirectory of C:\Archive while naming the subdirectory the same as the name of the CD
Is this possible to do with a batch file?
Main Topics
Browse All Topics





by: quickcat88Posted on 2009-05-20 at 14:57:53ID: 24436714
xcopy "C:\FOLDER_NAME" "E:\FOLDER_NAME" /E /Y /Q