July 31, 200521 yr hi all i got a little question and hope u have the answeri want a script to run each time a user login , the script will do some configuration by copying some files to the %APPDATA% folder i mean when new user "a" is created , at his login , the script will runand for each user created ,and that is all
July 31, 200521 yr Just put it in the Start Menu\Programs\Startup Folder of the default user. Then the script starts for every new user created every time he logs in.
August 1, 200521 yr Then the script starts for every new user created every time he logs in. For copying files, I doubt you want to do it every log in. Just have the last line of the script delete itself.Also, there is a shared Application Data folder in the All Users profile, which might be easier than coping files to individual users App Data.
August 1, 200521 yr Author i thank u in depth for ur answers Achdine and Doc Symbiosis , and i really don't need the files copied each time the user logs in ... only once , i shall make a script delete it self after it's run ......about the shared application data folder , will it work with apps storing their data in the " user application data folder " , ?? and i deeply thank u for ur answers
Create an account or sign in to comment