Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple Logon Scripts

Status
Not open for further replies.

dineshparikh

Technical User
Joined
Aug 28, 2002
Messages
53
Location
GB
can i run multiple batch files(logon scripts) when user logs in to domain?

Dinesh
 
at the end of each one, call the next one. You can't concurrently do it. Never tried, but stick two scripts in the scripts field in the user props and separate with commas or semi colons - might work.
 
you use the "call" function to call another script, ie call logon2.bat if second batch file is called logon2.bat Regards

Yardyy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top