d0n Posted April 18, 2011 Posted April 18, 2011 I downloaded a html file on my desktop, and i am trying to get the source of the file i was wondering which command i should be looking at to achieve this? _INetgetsource() doesnt seem to work "C:\...\...\...\...) or should i be using fileopen?
PsaltyDS Posted April 18, 2011 Posted April 18, 2011 HTML is just plain text. You could just FileRead() it to a string variable. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
d0n Posted April 18, 2011 Author Posted April 18, 2011 (edited) nvm lol thx Edited April 18, 2011 by d0n
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