goldenau Posted May 31, 2007 Posted May 31, 2007 Hi, I used the following statements to retry the computer name of the remote computer and complied it to exe, it works fine until today symantec antivirus treat it as a thread (MSN.Flooder) and removed. any idea? $stcomputer="mypc" $thisip="192.168.11.100" $var = RegRead("\\"&$thisip& "\HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ComputerName\ComputerName", "ComputerName") if $var = $stcomputer Then $online_flag = "online" $selectedstcomputer = $stcomputer Else $online_flag = "notmatch" endif
PaulIA Posted May 31, 2007 Posted May 31, 2007 Hi, I used the following statements to retry the computer name of the remote computer and complied it to exe, it works fine until today symantec antivirus treat it as a thread (MSN.Flooder) and removed. any idea? $stcomputer="mypc"$thisip="192.168.11.100"$var = RegRead("\\"&$thisip& "\HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ComputerName\ComputerName", "ComputerName")if $var = $stcomputer Then $online_flag = "online" $selectedstcomputer = $stcomputerElse $online_flag = "notmatch"endifhttp://www.autoitscript.com/forum/index.ph...st&p=350480 Auto3Lib: A library of over 1200 functions for AutoIt
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now