I need to copy a file that is unique to an user in a shared folder to his home folder.
I've got a text file that matches all my users with their associated file.
username=jdoe
file=002154.ini
username=bsimpson
file=554843.ini
I don't want this script to be run by my users (login script) but manually by me.
Thxs