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.