Could anyone direct me to a site where I can learn how to move folders using DOS command prompt?
DOS I/O info
Collapse
X
-
-
-
Thanks. I have been able to write the following code
Code:for /L %%i in (1,1,9) do mkdir Z:\Chams\Branch00%%i for /L %%i in (10,1,99) do mkdir Z:\Chams\Branch0%%i mkdir Z:\Chams\Branch100 mkdir Z:\Chams\Branch999 pause
Comment
Comment