| Author |
Message |
Topic: Max and Min as built-in math functions? |
staid
Replies: 23
Views: 2412
|
Forum: Wish List Posted: Tue Oct 14, 2008 11:02 pm Subject: Max and Min as built-in math functions? |
Hi DerRaphael,
That was great advice thanks. Now I can manage it without rexx. |
Topic: Max and Min as built-in math functions? |
staid
Replies: 23
Views: 2412
|
Forum: Wish List Posted: Tue Oct 14, 2008 3:57 am Subject: Max and Min as built-in math functions? |
I found this thread because I have an ooRexx script that I want to convert to ahk.
Part of the script involves getting the max of a series of variables. I couldn't exactly understand the example b ... |
Topic: & not allowed in string search - ifinstring |
staid
Replies: 2
Views: 248
|
Forum: Ask for Help Posted: Mon Aug 14, 2006 1:28 pm Subject: & not allowed in string search - ifinstring |
Hi,
Is it possible to get the "&" symbol to be accepted by the search ifinstring.
ifEqual would also work. The string is "&Local" and I just want to verify that som ... |
Topic: Tell the script to find the color of something on desktop? |
staid
Replies: 3
Views: 232
|
Forum: Ask for Help Posted: Mon Aug 07, 2006 7:01 am Subject: Tell the script to find the color of something on desktop? |
Yeah, that'll do it.
Thanks. |
Topic: Tell the script to find the color of something on desktop? |
staid
Replies: 3
Views: 232
|
Forum: Ask for Help Posted: Mon Aug 07, 2006 6:39 am Subject: followup |
What I mean is to check the colour and then act against it.
EG:
Ifcolour=blue
{
}
else,
I understand the colour format would be FFFFFF (hexadecimal probably) but you get the idea.
Th ... |
Topic: Tell the script to find the color of something on desktop? |
staid
Replies: 3
Views: 232
|
Forum: Ask for Help Posted: Mon Aug 07, 2006 4:58 am Subject: Tell the script to find the color of something on desktop? |
Hi,
I am looking for the way to verify the colour of a part of an application window.
I saw that twhymann had already mentioned this question recently in thread: http://www.autohotkey.com/fo ... |
Topic: var + 1 |
staid
Replies: 18
Views: 696
|
Forum: Ask for Help Posted: Wed May 10, 2006 2:01 pm Subject: final note? |
I found that the script
path = d:\destinationPath\ ; this is where I want the numbered files saved
cdDriveContent = c:\temp\cd_drive_contents.txt
Run %comspec% /c dir e: /s /A-D /on & ... |
Topic: var + 1 |
staid
Replies: 18
Views: 696
|
Forum: Ask for Help Posted: Wed May 10, 2006 1:27 pm Subject: oh... |
Now I feel stoopid. Just re-reading the script to myself and realised that the ! stands for "not" or "does not".
Never mind  |
Topic: var + 1 |
staid
Replies: 18
Views: 696
|
Forum: Ask for Help Posted: Wed May 10, 2006 1:23 pm Subject: Philho's script |
Hi Philho,
I got your script working fine. Works a treat.
Can you (or someone) explain why there is a ! in front of "FileExists"?
path = E:\destinationPath\
cdDriveContent = c:\t ... |
Topic: var + 1 |
staid
Replies: 18
Views: 696
|
Forum: Ask for Help Posted: Mon May 08, 2006 10:30 pm Subject: Goyyah's script |
Hi Goyyah,
I ran the script you wrote and it works great. I like to add the size and date of each file - just because often I will have applications that I saved to disk and want to know the newes ... |
| |