AutoHotkey Community

It is currently May 24th, 2012, 8:39 am

All times are UTC [ DST ]


Search found 83 matches
Search these results:

Author Message

 Forum: Support   Topic: Run Tray Menu Items

 Post subject: Run Tray Menu Items
Posted: September 2nd, 2008, 6:07 pm 

Replies: 1
Views: 338


Hello, For example say if i have a tray menu which runs simple things... like... well see below. #Persistent #SingleInstance menu, tray, add ; separator menu, tray, add, Test1 menu, tray, add, Test2 menu, tray, add, Test3 menu, tray, add, Test4 Return Test1: Run, Notepad.exe Test2: Run, Calc.exe Tes...

 Forum: Support   Topic: Pull IP address from a string?

Posted: August 25th, 2008, 6:26 pm 

Replies: 3
Views: 350


Ok... subject changed

 Forum: Support   Topic: Pull IP address from a string?

Posted: August 25th, 2008, 4:05 pm 

Replies: 3
Views: 350


Hi Guys, I've tried using StringMid, StringTrimLeft & StringTrimRight.. but im not getting anywhere.. due to IP address length changing. How can i get just numbers from a string? or maybe that wouldn't work because you need to have the fullstops in there (.) .... Using Trim left/right doesnt alw...

 Forum: Support   Topic: Menu, On click option?

Posted: April 7th, 2008, 5:24 pm 

Replies: 3
Views: 422


Ok, i understand that but i don't want any menu items available. Just the tooltip which displays the external ip. Too make that available in clipboard once clicked.

I'm guessing that can't be done without actully having a menu?

 Forum: Support   Topic: Menu, On click option?

 Post subject: Menu, On click option?
Posted: April 7th, 2008, 3:05 pm 

Replies: 3
Views: 422


Hey Guys, Is it possible so that when you click the icon in the system tray, it copies "MyExternalIP" into the clipboard? I couldn't find any "onclick" option for this? MyExternalIP=0.0.0.0 Menu, Tray, NoStandard Menu, Tray, Tip, %MyExternalIP% (Click to Copy) Thanks in a...

 Forum: Support   Topic: Regular Ex Help needed

 Post subject: Regular Ex Help needed
Posted: March 3rd, 2008, 6:43 pm 

Replies: 2
Views: 329


Hey Guys, First off, i'm useless with Regular Expressions my brain keels over and fizzles. So i hope someone hear can help, i'm sure this is simple. If i have... string = pkr-url-sqd-04 172.168.02.129 How could i get the ip address from that var? Considering the IP address & "pkr-url-sqd-04...

 Forum: Support   Topic: Creating CSV File.

 Post subject: Creating CSV File.
Posted: February 21st, 2008, 11:08 am 

Replies: 1
Views: 469


I'm trying to create a CSV file which is easy enough.. using something like.. Loop { FileReadLine, Line, %A_WorkingDir%\sites.txt, %A_Index% If (line = address) { } else address = %line% FileAppend, `,%address%, %A_WorkingDir%\Test.csv } ExitApp It just enters all sites i...

 Forum: Support   Topic: Check of a Webpage as loaded?

Posted: February 20th, 2008, 4:54 pm 

Replies: 16
Views: 1196


not as simple as doing pings i'm afraid. Something can be live.. its a different matter weather its functioning correctly :shock:

Each squid runs different services, pinging the squid IP means nothing. Just says that its switched on and responding to pings.

 Forum: Support   Topic: Check of a Webpage as loaded?

Posted: February 20th, 2008, 4:33 pm 

Replies: 16
Views: 1196


I need this for my Job, everyday we have to do "Daily NOC Checks" This one im trying to automate is like this.. We have around 40 Proxy servers which out proxy "proxy1.equinoxsolutions.com" shares its load over, these are called "Squids" each squid has its own IP addres...

 Forum: Support   Topic: Check of a Webpage as loaded?

Posted: February 20th, 2008, 4:17 pm 

Replies: 16
Views: 1196


That loads the first page fine for me.. then it just runs 4 internet explorers for each URL. Not waiting for each URL to load first.

 Forum: Support   Topic: Check of a Webpage as loaded?

Posted: February 20th, 2008, 3:09 pm 

Replies: 16
Views: 1196


So it checks the five sites and then it stops but you want it to loop again? I'd look at ExitApp ig that is the case :wink: :( Its mean't to look through all 5... but only does one of them. I cannot see where its breaking the loop /exiting? I changed the Exitapp's etc and move stuff around but i st...

 Forum: Support   Topic: Check of a Webpage as loaded?

Posted: February 20th, 2008, 3:08 pm 

Replies: 16
Views: 1196


HugoV wrote:
So it checks the five sites and then it stops but you want it to loop again?

I'd look at ExitApp ig that is the case :wink:


:( Its mean't to look through all 5... but only does one of them.

I cannot see where its breaking the loop /exiting?

I've played around with it all day yesterday.

 Forum: Support   Topic: Check of a Webpage as loaded?

Posted: February 20th, 2008, 1:39 pm 

Replies: 16
Views: 1196


I don't think thats the answer, as the loop is to check all 5 sites which it reads line by line from the "Sites.txt" so it can test all all of them

 Forum: Support   Topic: Check of a Webpage as loaded?

Posted: February 20th, 2008, 11:53 am 

Replies: 16
Views: 1196


Anyone able to take a look?

If ths helps i got the "check if page loads part" from the following
http://www.autohotkey.com/forum/topic19256.html&highlight=determine

Much appreciate any help available.

 Forum: Support   Topic: Check of a Webpage as loaded?

Posted: February 19th, 2008, 4:47 pm 

Replies: 16
Views: 1196


Hey Guys, I'm using this code to read from a text file that contains 4 websites (seems silly but its very useful for work) loop through and check if the page loads. However the following code runs.. but only once. Can someone help on stopping this from break the loop and only running once. Loop ...
Sort by:  
Page 1 of 6 [ Search found 83 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group