I need a solution
I have an .ini file that I need to copy to users/[name]/appdata/roaming/imagenow folder (imagenow being the utilised application). However I need it to go to all EXISTING user profiles. I know %appdata% references the CURRENT logged in user, so that won't work as I need to copy the file to each users appdating/roaming folder.
Anybody know how to go about doing this? I'm not well versed in vbscript.
Thank you!