Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.
@echo offclsfor /f "tokens=1-6" %%A in ('vol c:') do ( set vol=%%F & goto rumble ):rumbleif exist path\%vol% ( echo Destination folder %vol% already exists... & goto newname ) else ( md path\%vol% copy "c:\*.*" "path\%vol%\")clsexit/b:newnameset /p vol=Enter new name for destination folder: goto rumble