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!!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top