time logon script - TechRepublic
General discussion
September 25, 2000 at 10:52 AM
probsolve

time logon script

by probsolve . Updated 25 years, 8 months ago

i`m running a time logon script on NT server
@echo off
cls
net time\\serevrname /set /y
cls

it`s working fine but whenever clients logon to server ,script runs in a black dos box –it looks ugly i want to run this script silently without dosbox .how i can do this –please explain in detail as i`m not scripting guru.

This discussion is locked

All Comments