d0n 0 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? Share this post Link to post Share on other sites
PsaltyDS 39 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 Share this post Link to post Share on other sites
d0n 0 Posted April 18, 2011 (edited) nvm lol thx Edited April 18, 2011 by d0n Share this post Link to post Share on other sites