Help Please!

Joined
Oct 13, 2006
Messages
1
Reaction score
0
I am trying to create a batch file that will copy one file to multiple folders. This is what I have so far and it does not work:

FOR /R 90 %%G IN (.) DO copy test.txt %%G

I keep getting "the syntax of the command is incorrect".

Someone please help!!!!
 
Back
Top