<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Computer unique id</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<STYLE type=text/css>BLOCKQUOTE {
        PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
DL {
        PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
UL {
        PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
OL {
        PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
LI {
        PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
</STYLE>

<META content="MSHTML 6.00.2800.1505" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=140495606-17072005><FONT face=Arial 
color=#0000ff size=2>Hi Shari,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=140495606-17072005><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=140495606-17072005><FONT face=Arial 
color=#0000ff size=2>Possible that it's a virtual connection established by a 
remoteAccess driver.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=140495606-17072005><FONT face=Arial 
color=#0000ff size=2>(power saving feature ;)?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=140495606-17072005><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=140495606-17072005><FONT face=Arial 
color=#0000ff size=2>Which windows is this guy using? </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=140495606-17072005><FONT face=Arial 
color=#0000ff size=2>AFAIK, most modern windows should return something. 
Connected or not.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=140495606-17072005><FONT face=Arial 
color=#0000ff size=2>If you dont filter the ipconfig info, what do you 
get?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=140495606-17072005><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=140495606-17072005><FONT face=Arial 
color=#0000ff size=2>cheers</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=140495606-17072005><FONT face=Arial 
color=#0000ff size=2>Xavier</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> metacard-bounces@lists.runrev.com 
  [mailto:metacard-bounces@lists.runrev.com] <B>On Behalf Of 
  </B>Shari<BR><B>Sent:</B> Saturday, July 16, 2005 17:33<BR><B>To:</B> 
  metacard@lists.runrev.com<BR><B>Subject:</B> Computer unique 
  id<BR></FONT><BR></DIV>
  <DIV></DIV>
  <DIV>I've encountered an unexpected problem with the following:</DIV>
  <DIV><BR></DIV>
  <DIV>&nbsp; switch (the platform)</DIV>
  <DIV>&nbsp;case "Win32"</DIV>
  <DIV>&nbsp;&nbsp;&nbsp; put (there is a file (specialFolderPath("system") 
  &amp; "/IPCONFIG.EXE")) into winExists<BR>&nbsp;&nbsp;&nbsp; put (there is a 
  file (specialFolderPath("system") &amp; "/SYSTEM32/IPCONFIG.EXE")) into 
  sys32Exists<BR>&nbsp;&nbsp;&nbsp; if winExists or sys32Exists 
  then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set the hideConsoleWindows to 
  true<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; put shell("ipconfig /all") into 
  temp</DIV>
  <DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; get matchText(temp,"Physical Address[\. 
  ]*: ([A-Z0-9-]*)",addy)</DIV>
  <DIV>&nbsp;&nbsp;&nbsp; else</DIV>
  <DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return "Default"<BR>&nbsp;&nbsp;&nbsp; end 
  if</DIV>
  <DIV>&nbsp;&nbsp;&nbsp; break</DIV>
  <DIV>&nbsp; end switch</DIV>
  <DIV>&nbsp; return addy</DIV>
  <DIV><BR></DIV>
  <DIV>I've got a fellow who, if he is connected to the internet, this will 
  return his MAC address.&nbsp; However, if he logs off the internet, this 
  returns empty.</DIV>
  <DIV><BR></DIV>
  <DIV>Any clues?</DIV><X-SIGSEP><PRE>-- 
</PRE></X-SIGSEP>
  <DIV>Mac and Windows shareware 
games<BR>http://www.gypsyware.com</DIV></BLOCKQUOTE></BODY></HTML>