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

Batch script...need user to login before running...

Status
Not open for further replies.

zanthe99

IS-IT--Management
Aug 1, 2003
12
US
I have a login script for all users. I need the users to log on to the network before the script runs however. I know there is a "wait" /w command but I'm not sure where I should put it. This will be for XP, 2000 and 98 machines. Thanks in advance.

if '%OS%' == 'Windows_NT' goto nt4

start \\Emergin\trackit$\tiwsmgr.exe

:nt4

start \\Emergin\trackit$\tiwsmgr.exe /audit

:end

@echo off

cls
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top