The code works on windows 7 but not on XP... why so?
#include <File.au3>
Global $sIP, $MAs
$Station=InputBox("Workstation", "enter the workstation", "")
_GetMACFromIP($sIP)
Local $text = StringReplace($MAs, "-", "")
IniWrite(@ScriptDir & "\MAC.ini", "mac_addresses", $Station, $text)
Func _G...