Hello Jon...

This may not be what you want but I also struggled to find some universal uniqueness to identify the laptop. In the end I reasoned that the user still needs me to get their system onto our network, I decided to put a unique file into the \Windows folder.

I'm putting in a file called _laptop_.txt and then testing for the file within Kix.

The code looks like...

code:

IF EXIST(%windir% + "\_Laptop_.txt") = 1
$Laptop = "1"
ELSE
$Laptop = "0"
ENDIF



Hope this helps. (I would also be interested to hear other better solutions.

Michael

[ 08 September 2001: Message edited by: Ashpoint ]