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!!!!
FOR /R 90 %%G IN (.) DO copy test.txt %%G
I keep getting "the syntax of the command is incorrect".
Someone please help!!!!