<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Computer unique id</title></head><body>
<div>I've encountered an unexpected problem with the following:</div>
<div><br></div>
<div>&nbsp; switch (the platform)</div>
<div>&nbsp;case &quot;Win32&quot;</div>
<div>&nbsp;&nbsp;&nbsp; put (there is a file
(specialFolderPath(&quot;system&quot;) &amp;
&quot;/IPCONFIG.EXE&quot;)) into winExists<br>
&nbsp;&nbsp;&nbsp; put (there is a file
(specialFolderPath(&quot;system&quot;) &amp;
&quot;/SYSTEM32/IPCONFIG.EXE&quot;)) 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(&quot;ipconfig /all&quot;)
into temp</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; get matchText(temp,&quot;Physical
Address[\. ]*: ([A-Z0-9-]*)&quot;,addy)</div>
<div>&nbsp;&nbsp;&nbsp; else</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return &quot;Default&quot;<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>
</body>
</html>