AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

can AutoHotkey do this?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
chipmanners



Joined: 30 Aug 2007
Posts: 60

PostPosted: Thu Aug 30, 2007 8:39 pm    Post subject: can AutoHotkey do this? Reply with quote

Hi,

I am curious to see if autohotkey can do this.

I basically have a text file with a list of URLs. One on each line of the text document.

I'm wondering if autohotkey can read the url open it in the browswer (IE) and then go to the next link in the text document and open it up in the same window. And keep on doing this until all the links are opened?

Thanks for all your help,
CHip
Back to top
View user's profile Send private message
Z Gecko
Guest





PostPosted: Thu Aug 30, 2007 8:42 pm    Post subject: Reply with quote

YES!
check FileRead and ControlSend in the help.
Back to top
thefunnyman



Joined: 04 Aug 2007
Posts: 22

PostPosted: Thu Aug 30, 2007 8:42 pm    Post subject: Reply with quote

yes it can....


Code:

loop, read, FileFullOfURLs.txt
{
   Run, %A_LoopReadLine%
}
Back to top
View user's profile Send private message
chipmanners



Joined: 30 Aug 2007
Posts: 60

PostPosted: Thu Aug 30, 2007 8:48 pm    Post subject: Wow LOL Reply with quote

You guys are great. Amazing. So fast reply.

THANKS THANKS THANKS!

I will try this

Thanks,
Chip
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group