1.

Solve : Batch Scripting/Creating a Logon Script?

Answer»

I'm fairly NEW to batch scripting, and
I've seen Batch File logon scripts that run IMMEDIATELY after a user logs on to his/her ACCOUNT. I know these scripts can be used to connect to network drives and such like below...

Code: [Select]net use R: \\officeserver\shared
net use P: \\officeserver\appsand my question is how do they get this file to run immediately after logon?  For a single workstation, try putting the login script in the "c:\documents and setttings\all users\start menu\programs\startup" folder. The script will run no matter who signs on.

On a domain network, the script runs from the server. The network administrator needs to set this up.

Hope this helps. 8-)   Thanks, this was exactly what I was LOOKING for.



Discussion

No Comment Found