| Author |
Message |
Topic: Not sure what to call this... |
steveiwonder
Replies: 1
Views: 67
|
Forum: Ask for Help Posted: Tue Sep 02, 2008 5:07 pm Subject: Not sure what to call this... |
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, ... |
Topic: Pull IP address from a string? |
steveiwonder
Replies: 3
Views: 84
|
Forum: Ask for Help Posted: Mon Aug 25, 2008 5:26 pm Subject: Pull IP address from a string? |
| Ok... subject changed |
Topic: Pull IP address from a string? |
steveiwonder
Replies: 3
Views: 84
|
Forum: Ask for Help Posted: Mon Aug 25, 2008 3:05 pm Subject: Pull IP address from a string? |
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 t ... |
Topic: Menu, On click option? |
steveiwonder
Replies: 3
Views: 152
|
Forum: Ask for Help Posted: Mon Apr 07, 2008 4:24 pm Subject: Menu, On click option? |
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 ... |
Topic: Menu, On click option? |
steveiwonder
Replies: 3
Views: 152
|
Forum: Ask for Help Posted: Mon Apr 07, 2008 2:05 pm Subject: Menu, On click option? |
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?
My ... |
Topic: Regular Ex Help needed |
steveiwonder
Replies: 2
Views: 96
|
Forum: Ask for Help Posted: Mon Mar 03, 2008 5:43 pm Subject: Regular Ex Help needed |
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 ... |
Topic: Creating CSV File. |
steveiwonder
Replies: 1
Views: 243
|
Forum: Ask for Help Posted: Thu Feb 21, 2008 10:08 am Subject: Creating CSV File. |
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)
{
... |
Topic: Check of a Webpage as loaded? |
steveiwonder
Replies: 16
Views: 485
|
Forum: Ask for Help Posted: Wed Feb 20, 2008 3:54 pm Subject: Check of a Webpage as loaded? |
not as simple as doing pings i'm afraid. Something can be live.. its a different matter weather its functioning correctly
Each squid runs different services, pinging the squid IP means no ... |
Topic: Check of a Webpage as loaded? |
steveiwonder
Replies: 16
Views: 485
|
Forum: Ask for Help Posted: Wed Feb 20, 2008 3:33 pm Subject: Check of a Webpage as loaded? |
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.equinoxsoluti ... |
Topic: Check of a Webpage as loaded? |
steveiwonder
Replies: 16
Views: 485
|
Forum: Ask for Help Posted: Wed Feb 20, 2008 3:17 pm Subject: Check of a Webpage as loaded? |
| 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. |
Topic: Check of a Webpage as loaded? |
steveiwonder
Replies: 16
Views: 485
|
Forum: Ask for Help Posted: Wed Feb 20, 2008 2:09 pm Subject: Check of a Webpage as loaded? |
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
Its mean't to look through all 5... but only does one of them.
... |
Topic: Check of a Webpage as loaded? |
steveiwonder
Replies: 16
Views: 485
|
Forum: Ask for Help Posted: Wed Feb 20, 2008 2:08 pm Subject: Check of a Webpage as loaded? |
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
Its mean't to look through all 5... but only does one of them.
... |
Topic: Check of a Webpage as loaded? |
steveiwonder
Replies: 16
Views: 485
|
Forum: Ask for Help Posted: Wed Feb 20, 2008 12:39 pm Subject: Check of a Webpage as loaded? |
| 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 |
Topic: Check of a Webpage as loaded? |
steveiwonder
Replies: 16
Views: 485
|
Forum: Ask for Help Posted: Wed Feb 20, 2008 10:53 am Subject: Check of a Webpage as loaded? |
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.htmldetermine
Much appreciat ... |
Topic: Check of a Webpage as loaded? |
steveiwonder
Replies: 16
Views: 485
|
Forum: Ask for Help Posted: Tue Feb 19, 2008 3:47 pm Subject: Check of a Webpage as loaded? |
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 r ... |
| |