Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.57K
1 Posted Topic
Re: I run following script in windows 7 to update my IP on supplier server, I want to run it on linux console, Will appreciate if some expert can help me.xxxx has been added for security purpose. Thanks. myURL = "https://unlocator.com/tool/api.php?api_key=fd3b32f53e297ce83151abfd6db781ec0e60a4f1a34642379389bb47e27d8xxxx" Set req = CreateObject("MSXML2.XMLHTTP.6.0") req.Open "GET", myURL, False req.Send |