minhlaobao Posted November 5, 2013 Share Posted November 5, 2013 I have 1 file notice.txt at http://abcd.com/notice.txt how I can get the data in this file using autoit Thank you for helping Link to comment Share on other sites More sharing options...
mrflibblehat Posted November 5, 2013 Share Posted November 5, 2013 Look at inetread $vRead = BinaryToString(InetRead("http://abcd.com/notice.txt")) ConsoleWrite($vRead) minhlaobao 1 [font="'courier new', courier, monospace;"]Pastebin UDF | Prowl UDF[/font] Link to comment Share on other sites More sharing options...
minhlaobao Posted November 5, 2013 Author Share Posted November 5, 2013 Thank you very much, it worked well Link to comment Share on other sites More sharing options...
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