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.