Sunday, 18 November 2012

Copy One Directory Into Many Directory With The Help Of .bat file

Use this command to copay one folder into many folder
command name xcopy
How to use :-
seee if u have a comman folder linke css and u have to place this folder into multiple folder use this.

xcopy /s E:\1\Css  E:\1\2\Releted_Task
xcopy /s E:\1\Css  E:\1\3\Releted_Task
xcopy /s E:\1\Css  E:\1\4\Releted_Task
xcopy /s E:\1\Css  E:\1\5\Releted_Task

Check it...