A
arno
Hello,
I have scripts that are run on logon and logoff for my information, the data
is collected in a txt-file. Now, I would like to know if there is more
information about the user/pc etc. available for batch-files. What I have so
far is (one command):
echo
Logon;%date%;%time%;%username%;%clientname%;%computername%;%sessionname%;
What other usefull parameters would be available? Here's just what I found
with the "set" command.
Thank you
arno
I have scripts that are run on logon and logoff for my information, the data
is collected in a txt-file. Now, I would like to know if there is more
information about the user/pc etc. available for batch-files. What I have so
far is (one command):
echo
Logon;%date%;%time%;%username%;%clientname%;%computername%;%sessionname%;
What other usefull parameters would be available? Here's just what I found
with the "set" command.
Thank you
arno