Logon scripts appear to run on the client machine. My clients are WFW
and the server is windows NT. I need to write a logon script to record
the username, computer name, and description of the task performed. The
logging system of NT does not give me the special information that I need
from my users. Under NT, there are environment variables that identify
the user and the computer name. How can I get this information within
my msdos client?
I tried to develop individual logon scripts for each user which calls
a series of SET commands to initialize the environment of the client,
but the client did not take the SET commands. Its is also a lot of
work to make individualize logon scripts. Is there a better way?