| Author |
Message |
Topic: divide a variable in 2 different strings |
alexisfch
Replies: 1
Views: 50
|
Forum: Ask for Help Posted: Sat Apr 09, 2011 1:00 pm Subject: divide a variable in 2 different strings |
Is there any way to divide a variable in 2 different string, for example I take a windows title using WinGetTitle
WinGetTitle, title,A
After that I obtain "My Title/123456"
Is there an ... |
Topic: Copy data from txt file to clipboard |
alexisfch
Replies: 3
Views: 126
|
Forum: Ask for Help Posted: Fri Apr 08, 2011 8:39 am Subject: Copy data from txt file to clipboard |
I have an external *.txt file with many names separated by newlines (ENTER)
Jhon
Peter
Ana
...
how can I do for example If I press F1 copy the first row to clipboard, if I press F2 copy the secon ... |
Topic: obtain a windows title using WinGetTitle |
alexisfch
Replies: 5
Views: 178
|
Forum: Ask for Help Posted: Fri Apr 08, 2011 7:50 am Subject: obtain a windows title using WinGetTitle |
Do you mean that you want to get the title of the active window,
but exclude any windows that have the phrase "Windows Internet Explorer" in their title?
If that is what you are wanting ... |
Topic: obtain a windows title using WinGetTitle |
alexisfch
Replies: 5
Views: 178
|
Forum: Ask for Help Posted: Fri Apr 08, 2011 7:12 am Subject: obtain a windows title using WinGetTitle |
I'm trying to obtain the title of an active windows using WinGetTitle and excluding the phrase "- Windows Internet Explorer"
I tried with this but it doesn't work.
WinGetTitle, Title,A ... |
Topic: clicking in different coordenates FoundX |
alexisfch
Replies: 1
Views: 74
|
Forum: Ask for Help Posted: Fri Apr 08, 2011 5:37 am Subject: clicking in different coordenates FoundX |
How can I do a click 10 pixel to the right of %FoundX% value and 10 pixels to the left of %FoundY% value?
I tried with
Click %FoundX%+10, %FoundY%-10
But it doesn't work |
Topic: Obtain the computer's date |
alexisfch
Replies: 2
Views: 90
|
Forum: Ask for Help Posted: Fri Jan 14, 2011 9:24 pm Subject: Obtain the computer's date |
Is there any way to obtain the computer's date, in order to copy a specific directory and rename it using this date value
example:
FileCopyDir, C:\Folder, C:\Folder%date%
then I'll obtain a f ... |
Topic: turn the computer off using autohotkey |
alexisfch
Replies: 2
Views: 135
|
Forum: Ask for Help Posted: Fri Jan 14, 2011 5:54 pm Subject: turn the computer off using autohotkey |
is there any way to turn the computer off using a autohotkey script?  |
Topic: Decrease volume of a specific application |
alexisfch
Replies: 1
Views: 107
|
Forum: Ask for Help Posted: Thu Nov 25, 2010 8:57 pm Subject: Decrease volume of a specific application |
| any idea? |
Topic: Decrease volume of a specific application |
alexisfch
Replies: 1
Views: 107
|
Forum: Ask for Help Posted: Thu Nov 25, 2010 3:43 pm Subject: Decrease volume of a specific application |
| Im trying to mute or decrease the volume of a specific video game, it's pro evolution soccer "pes2010.exe" is there any way to do this, I mean just modify the volume of that game instead of ... |
Topic: Send an opposite key, no matter what key you press |
alexisfch
Replies: 4
Views: 98
|
Forum: Ask for Help Posted: Thu Nov 25, 2010 6:03 am Subject: Send an opposite key, no matter what key you press |
Thanks x79animal
is there any way to stop those hotkeys when I press "enter" key? |
Topic: Send an opposite key, no matter what key you press |
alexisfch
Replies: 4
Views: 98
|
Forum: Ask for Help Posted: Thu Nov 25, 2010 5:47 am Subject: Send an opposite key, no matter what key you press |
Can somebody help me with this please:
at first time if somebody press "up" or "down" key send {down down}{down up}
after that, if somebody press "up" or "down&quo ... |
Topic: make an action, If process close |
alexisfch
Replies: 2
Views: 110
|
Forum: Ask for Help Posted: Tue Nov 23, 2010 12:34 am Subject: make an action, If process close |
I see, but for example if I want to manage 3 process at same time: explorer.exe, calc.exe and rededit.exe
if none of those process EXIST, run notepad.exe, otherwise if someone of those exist, run cmd ... |
Topic: make an action, If process close |
alexisfch
Replies: 2
Views: 110
|
Forum: Ask for Help Posted: Mon Nov 22, 2010 11:01 pm Subject: make an action, If process close |
Is there any way to do a loop instance, if a specific process doesn't exist, run notepad.exe
so, the loop will always searching if a specific process exist or not.  |
Topic: Display png image "always on top" |
alexisfch
Replies: 1
Views: 299
|
Forum: Ask for Help Posted: Mon Nov 22, 2010 8:43 pm Subject: Display png image "always on top" |
How can I display a spefic image, in always on top mode (in front of anything), with specifics coordenates
a *.png image
Thanks |
Topic: Stop a specific loop when I press a key |
alexisfch
Replies: 1
Views: 103
|
Forum: Ask for Help Posted: Mon Nov 22, 2010 7:32 pm Subject: Stop a specific loop when I press a key |
How can I stop a specific loop instance, when I press a specific key (example: spacebar)
for example, if I have running 2 loops, when I press "spacebar" stop loop Nš1 and when I press &qu ... |
| |