Jump to content

Save Web pag To TXt


Justmobile
 Share

Recommended Posts

Hi all,

Question i want to get a web page to a text file, posible option are

open the browser with given url and save as txt.

below code i found from an other topic

$website = "http://www.autoitscript.com"

Run(@ProgramFilesDir & "\Internet Explorer\IEXPLORE.EXE" & " " & $website)

This will open the given url , but now iam stuck i don't know the furthere actions.

Is there someone with a smart solution?

thanks allot.

Justmobile

Link to comment
Share on other sites

you could open the page in IE and copy paste it into notepad, that'd give you the displayed text of it... or just copy it and then use clipget() to get the coppied text into a variable and work with that...

"I'm not even supposed to be here today!" -Dante (Hicks)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...