AutoHotkey Community

It is currently May 23rd, 2012, 6:03 pm

All times are UTC [ DST ]


Search found 12 matches
Search these results:

Author Message

 Forum: Support   Topic: File path not being found

Posted: July 13th, 2010, 4:02 pm 

Replies: 5
Views: 215


As a follow up - I ran the script this morning after making the suggested changes in this thread and encountered a new error: http://i27.tinypic.com/2zjdr2s.jpg The comma in there doesn't exist in my original script. In my script it reads Run P:\Upload\UPLOAD.TXT And what's weirder is that when I re...

 Forum: Support   Topic: File path not being found

Posted: July 9th, 2010, 3:27 pm 

Replies: 5
Views: 215


Thanks - Notepad was being used as the default .txt program but I don't mind having UltraEdit take care of them. I just did as you suggested and the process ran. Now I'll have to see if it's consistent. Thanks for the help. If anyone else has any ideas why this is happening, please let me know.

 Forum: Support   Topic: File path not being found

 Post subject: File path not being found
Posted: July 9th, 2010, 3:16 pm 

Replies: 5
Views: 215


I have a script which runs a set of daily processes. The first part of this script opens a file in UltraEdit: Run C:\Program Files\IDM Computer Solutions\UltraEdit-32\uedit32.exe "P:\Upload\UPLOAD.TXT" Occasionally , when I run the script, UltraEdit returns an alert box stating: http://i25...

 Forum: Support   Topic: GUI for canned answers in email - help with concept needed

Posted: March 31st, 2010, 2:54 pm 

Replies: 11
Views: 499


[VxE] wrote:
Transform, EmailText, DEREF, %TemplateWithVariables%


Sorry to be dense, but could you please elaborate on this? For example, where would this be inserted into the code? Also, what would I do with %TemplateWithVariables%?

 Forum: Support   Topic: GUI for canned answers in email - help with concept needed

Posted: March 29th, 2010, 3:17 pm 

Replies: 11
Views: 499


Thanks for all the help with this. The GUI is working well and has sped up my productivity. However, I have a new question: Is there a way to have variable text within the .txt files I am inserting? For example, we have multiple websites and sometimes I need to refer to one a specific site in my rep...

 Forum: Support   Topic: GUI for canned answers in email - help with concept needed

Posted: March 17th, 2010, 4:16 pm 

Replies: 11
Views: 499


That works perfectly - thanks much!

So was it the lack of Return in my script which caused the double pressing of the button?

 Forum: Support   Topic: GUI for canned answers in email - help with concept needed

Posted: March 17th, 2010, 2:41 pm 

Replies: 11
Views: 499


I would create a sperate .txt file for each reply. I would name each of them with the description contained in the drop down list eg. How to register.txt How to access archives.txt This would be beneficial for two reasons. 1. To change the text you need only edit that text file rather than the ahk ...

 Forum: Support   Topic: GUI for canned answers in email - help with concept needed

Posted: March 16th, 2010, 8:00 pm 

Replies: 11
Views: 499


Thanks for the advice. This is is helpful information. I'll plug away at it to see if I can figure it out.

I might be back though :oops:

 Forum: Support   Topic: GUI for canned answers in email - help with concept needed

Posted: March 16th, 2010, 4:29 pm 

Replies: 11
Views: 499


I send a lot of common responses via email so I want to create a GUI to select and paste canned answers into emails. This is the first GUI I've attempted and the more I think about it, the more trouble I have wrapping my head around the execution. What I want to do: Build a GUI with a drop down list...

 Forum: Support   Topic: Two digit year format - how to display?

Posted: November 18th, 2009, 2:48 pm 

Replies: 9
Views: 438


sinkfaze wrote:
Code:
x := A_MM A_DD
date := --x
newdate := date SubStr(A_YYYY,-1)
msgBox %newdate%


This wound up working perfectly. Thanks again :)


Now to plod through the rest of this thing...

 Forum: Support   Topic: Two digit year format - how to display?

Posted: November 18th, 2009, 1:17 am 

Replies: 9
Views: 438


Thanks all for the help! I'm at home now but when I get back to work tomorrow I'll try these suggestions out and let you all know how it goes.

This program is going to be a big help in my day-to-day!

 Forum: Support   Topic: Two digit year format - how to display?

Posted: November 17th, 2009, 10:23 pm 

Replies: 9
Views: 438


I have recently discovered AHK and I am slowly ambling through my first script to automate something I do at work each day. Part of this process involves saving a file. The filename is always in the following format: MMDDYY. The DD value is always yesterday. For example, today is 11/17/09 so the fil...
Sort by:  
Page 1 of 1 [ Search found 12 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group