faizan Posted November 3, 2011 Posted November 3, 2011 hii want copy my downloads to E:\Downloads\ auto folder create 001 002 003xcopy C:\Documents and Settings\Administrator\My Documents\Downloadsto E:\Downloads\ folder generate 001 002 003E:\Downloads\Download001E:\Downloads\Download002E:\Downloads\Download003
allen2 Posted November 3, 2011 Posted November 3, 2011 I don't understand a thing of what you're trying to achieve when you explain it like this (but perhaps it is only me). Could you explain a little more or make a drawing ?
Flip1001 Posted November 20, 2011 Posted November 20, 2011 @echo offfor /l %%a in (1,1,3) do ( if not exist "E:\Downloads\Download00%%a\." (md "E:\Downloads\Download00%%a") xcopy "C:\Documents and Settings\Administrator\My Documents\Downloads" "E:\Downloads\Download00%%a")
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now