AutoHotkey Community

It is currently May 22nd, 2012, 2:08 pm

All times are UTC [ DST ]


Search found 41 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Multi-Rename Script v1.5c (Unicode)

Posted: January 19th, 2011, 6:09 pm 

Replies: 91
Views: 15727


This is quite an amazing script. I have been using it here at work for a while now, but I was wondering if someone could help me with a plugin for it. I use MRS to rename .jpg files of clothing. Shirts, pants, jackets and that sort of thing. So what I usually end up with is 10 or more copies of the ...

 Forum: Support   Topic: Help with weekday check

 Post subject: Help with weekday check
Posted: May 28th, 2010, 5:44 pm 

Replies: 1
Views: 241


Ok... so what i am trying to do is get an email gui to check which day it is and adjust emails accordingly. but im not quite sure how to do it. I have a gui that works now, but it only does one set address for each person no matter the day. names = john,jacob,sally emails = john@aol.com,jacob@fomcas...

 Forum: Support   Topic: OCR speed: AHK vs. Tesseract,

Posted: May 26th, 2010, 3:04 pm 

Replies: 4
Views: 1308


Neverlevel wrote an amazing OCR script that i implemented into some of my own that i use every day at work.

The method he used is very fast and accurate

 Forum: Scripts   Topic: Pacman Str(), still more horrible than the original

Posted: May 25th, 2010, 7:59 pm 

Replies: 45
Views: 4193


--------------------------- New AutoHotkey Script.ahk --------------------------- Error at line 131. Line Text: SubStr(gui_Board, 1, glob_GhostsOffset+glob_NextSpot-1) glob_NextSpot SubStr(gui_Board, Error: Missing ")" The program will exit. --------------------------- OK -----------------...

 Forum: Support   Topic: One Hotkey, multi function

Posted: April 28th, 2010, 7:06 pm 

Replies: 4
Views: 241


this is what i have so far !z:: Hotkey,Enter,% "Enter" switch:=!switch Return #IfWinActive, S2K Enterprise - NAFECO, Enter0: { Send {ENTER} WinWaitActive, Order Verification - Enter Line Items, Send {SHIFTDOWN}{F8}{F1 2}{SHIFTUP}{...

 Forum: Support   Topic: One Hotkey, multi function

 Post subject: One Hotkey, multi function
Posted: April 28th, 2010, 5:23 pm 

Replies: 4
Views: 241


We use this program here at work that gives a lot of different windows all the same name :( But depending on which window i actually am on id like a hotkey to do different things. In this case its {ENTER} (because that is the automatic last command that our bar code scanners always send) So what im ...

 Forum: Support   Topic: DOTA MACROS G15 LOGITECH

Posted: April 28th, 2010, 3:37 pm 

Replies: 2
Views: 934


Double posting and using caps... great way to get help. Have you even tried #ifWinActive, Warcraft III, !q::Send {Numpad7} !w::Send {Numpad8} !a::Send {Numpad4} !s::Send {Numpad5} !z::Send {Numpad1} !x::Send {Numpad2} return :?:

 Forum: Support   Topic: Send ^N won't work

Posted: April 27th, 2010, 8:27 pm 

Replies: 1
Views: 206


perhaps the script is still waiting on program.exe to "finish"?

try doing
Code:
Run C:\Program Files\program.exe
Sleep 3000
Send ^n
Return

 Forum: Support   Topic: Creating a Script to push space bar every 50mili seconds

Posted: April 26th, 2010, 10:53 pm 

Replies: 4
Views: 248


http://www.autohotkey.com/docs/commands/Send.htm

http://www.autohotkey.com/docs/commands/Loop.htm

http://www.autohotkey.com/docs/commands/Sleep.htm

 Forum: Support   Topic: Mail Inbox Cleaner

Posted: April 23rd, 2010, 3:58 pm 

Replies: 3
Views: 239


the one here at work is called Lotus Notes

 Forum: Support   Topic: Mail Inbox Cleaner

 Post subject: Mail Inbox Cleaner
Posted: April 23rd, 2010, 3:45 pm 

Replies: 3
Views: 239


I would like to have a script that could be run once a day, or maybe set on a timer, that would clean up my inbox. It would delete read emails that are X number of days old, emails sent by certain people, save any emails from other certain people, and other neat stuff like that. Does any know if thi...

 Forum: Support   Topic: How to assign 2 hotstrings to one correction

Posted: April 15th, 2010, 2:32 pm 

Replies: 3
Views: 181


Code:
::d-c::double-click
::double click::double-click


tested in word

 Forum: Support   Topic: Image selection

Posted: April 12th, 2010, 7:17 pm 

Replies: 12
Views: 260


YES!

The StringTrimRight correction solved it. It displays the images now, randomly. Thank you again so much!

 Forum: Support   Topic: Image selection

Posted: April 12th, 2010, 4:52 pm 

Replies: 12
Views: 260


Leef_me, Thank you for taking a look at this! I know that I am still a newbie, but i want to learn as much as i can about AHK. This stuff is very usefull, powerful and fun. I ran the script that you have posted, the only change i made was i commented out the 8.33 min delay and used the 10 second one...

 Forum: Support   Topic: Image selection

Posted: April 9th, 2010, 10:12 pm 

Replies: 12
Views: 260


Same result as before... except now when the idle time is reached it creates the little yellow box with the file path. Like you hover over it in my computer. Also the file path box stays on the screen even after idle is broken, you have to exit the script to remove it.
Sort by:  
Page 1 of 3 [ Search found 41 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group