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
if '%OS%' == 'Windows_NT' goto nt4
start \\Emergin\trackit$\tiwsmgr.exe
:nt4
start \\Emergin\trackit$\tiwsmgr.exe /audit
:end
@echo off
cls