Hello~.
I made batch file, "eventlog.bat" to read 2003 server
event automatically in my desktop. following batch file
runs well when I click manually.
---------------- eventlog.bat--------------
eventquery /s servername /l system /fi "type eq
warning" /r 6 >syserror.txt
msg username /server:clientname /time:600 <syserror.txt
------------------------------------------------
but when I scheduled this by AT command, it runs but
doesn't send me message window.

Any comment? Thanks!!