Batch file to copy file into multiple folders - TechRepublic
Question
May 4, 2009 at 07:48 AM
sapinto

Batch file to copy file into multiple folders

by sapinto . Updated 17 years, 2 months ago

How do I go about writing a batch file to copy a file into multiple folders in a directory. I need a batch file to run at startup for all users on a server. What I’m trying to achieve is something like:

copy “c:\test” “d:\profiles\%username%\startmenu\programs\startup”

where %username% is variable and denotes the username.

This discussion is locked

All Comments