Displaying 1 result from an estimated 1 matches for "endit".
Did you mean:
endif
2003 Feb 24
2
logon script to adjust time on workstation
...else, it says they don't have enough
privileges and doesn't do it. Anybody have any suggestions? Below is
our logon script:
@echo off
NET TIME \\SGI-FILE /SET /YES
NET USE I: \\SGI-FILE\Install /YES
NET USE F: \\SGI-FILE\Data /YES
IF NOT "%OS%"=="Windows_NT" goto endit
NET START "Automatic Updates"
:endit
-Gabriel Preston