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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NT4.0 - How do I run multiple logon scripts

Status
Not open for further replies.

RafRey

IS-IT--Management
May 14, 2003
19
0
0
US
Hi,

I need to run updates to a proprietary application on 300 of our user's W9x and W2k workstations. I am using an NT 4.0 server. There are 4 different updates.

I tried using a logon script that would run a batch file containing all of the necessary scripts. Only the first script works.

Is there an easier or better way of pushing 4 scripts to each PC on the network?

Thanks for any input!

-Raf
 
some ways to do it :

1. at the main login script use :
call YOUR_PROGRAM_NAME_num1.bat
call YOUR_PROGRAM_NAME_num2.bat
call YOUR_PROGRAM_NAME_num3.bat
call YOUR_PROGRAM_NAME_num4.bat

2. you can also use : "start /wait" option

3. you can use the kix scripting language to do soo ( free )




Alex,
MCP 2000
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top