Originally Posted By: maxix

....
I need a small Kixline that log's the User/Machine in a logfile:
/netlogon/log/username.machine
i.E: maxix.sueme (within the File the time: 200623120959
....


Something like this?

Code:
Break on

$rc = Open(1,"\\server\netlogon\log\" + @USERID + "." + @WKSTA, 5)
$rc = WriteLine(1, @USERID + " is using " + @WKSTA + @CRLF)

$rc = Close (1)


to all.


Edited by Mart (2006-12-22 10:15 AM)
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.