| Author |
Message |
Topic: Use independent scripts in one file? |
Stefan
Replies: 3
Views: 462
|
Forum: Ask for Help Posted: Fri Nov 21, 2008 11:56 pm Subject: Use independent scripts in one file? |
Thank you
i found the thread you mention under this URL:
http://www.autohotkey.com/forum/viewtopic.php?t=25867
but i don't see how this could help me. |
Topic: Use independent scripts in one file? |
Stefan
Replies: 3
Views: 462
|
Forum: Ask for Help Posted: Fri Nov 21, 2008 10:31 pm Subject: Use independent scripts in one file? |
Hi all
i am asking for your help:
i have an file with an few scripts in it:
IF 1 = abc Gosub abc
IF 1 = def Gosub def
IF 1 = xyz Gosub xyz
abc:
;doit
def:
;doit
xyz:
;d ... |
Topic: iam searchnig for simple CRON command |
Stefan
Replies: 13
Views: 3495
|
Forum: Wish List Posted: Fri Aug 24, 2007 11:45 am Subject: iam searchnig for simple CRON command |
Hi Chris,
are there any news about an intern cron functionality?
This would be quit simpler then Timer / Sleep / IFs
#SingleInstance force
;every two working hours on Mo-Fr
CRON * 10,12,14,16 ... |
Topic: Multiple Scripts into one EXE |
Stefan
Replies: 3
Views: 641
|
Forum: Ask for Help Posted: Sat Jul 28, 2007 8:19 pm Subject: Multiple Scripts into one EXE |
Where in the code can I use the #include?
Opening the AHK help (right click on tray icon)
and searching for #include
is faster then awaiting an answer.
If you then still have question you are we ... |
Topic: How do I rename my process? (answered) |
Stefan
Replies: 9
Views: 847
|
Forum: Ask for Help Posted: Fri Jul 27, 2007 6:16 am Subject: How do I rename my process? (answered) |
Kind of cool to be able to rename files through the command prompt
...... i am that old the cli became cool again? |
Topic: Simple Message, on top for a delayed time |
Stefan
Replies: 3
Views: 2872
|
Forum: Scripts & Functions Posted: Sun Jul 15, 2007 2:53 am Subject: Simple Message, on top for a delayed time |
Thanks icefreez, i can make use of this.
Arrrgh, this variables syntax makes me crazy an cost me always some hours.
One time %var%, other time use var without %%, another time use :=var ... |
Topic: Synplus (plugin for Total Commander) as AHK-editor |
Stefan
Replies: 8
Views: 4541
|
Forum: Utilities & Resources Posted: Fri Jul 13, 2007 10:26 pm Subject: Synplus (plugin for Total Commander) as AHK-editor |
Thank you for the highlighter, Boskoop!
I was afraid i must do it myself
Have you updated the highlighter in the mean time please?
There is an second lister plugin called "syn" f ... |
Topic: Possible?: ControlID instead of ClassNN? |
Stefan
Replies: 4
Views: 1652
|
Forum: Ask for Help Posted: Mon Jun 11, 2007 8:33 pm Subject: Possible?: ControlID instead of ClassNN? |
| Thanks YMP, i will see if i can manage this. |
Topic: Possible?: ControlID instead of ClassNN? |
Stefan
Replies: 4
Views: 1652
|
Forum: Ask for Help Posted: Sun Jun 10, 2007 5:51 pm Subject: Possible?: ControlID instead of ClassNN? |
ClassID ? Uppps, sorry. I mixed this up
I mean ControlID.
http://img405.imageshack.us/img405/3961/clasnn5lv2.gif
I have found out that the Control and the Edit don't call
Combo1 and Edit1
b ... |
Topic: Possible?: ControlID instead of ClassNN? |
Stefan
Replies: 4
Views: 1652
|
Forum: Ask for Help Posted: Sun Jun 10, 2007 11:45 am Subject: Possible?: ControlID instead of ClassNN? |
Hi community,
i have an App with 3 combo boxes and this each with an Edit.
The visible Box i see and want to access to i call here FieldOne etc.
FieldOne = ID1 = Combo1 with Edit1
FieldTwo = ... |
Topic: Suggestions on documentation improvements |
Stefan
Replies: 187
Views: 26650
|
Forum: Bug Reports Posted: Sat Jun 09, 2007 9:15 pm Subject: Suggestions on documentation improvements |
Help about "Send"
I have missed the info that the %-char must be quoted/escaped and how.
Maybe there should be an quick info
about such special chars in the SEND-help
and that th ... |
Topic: "variable name missing its percent sign" |
Stefan
Replies: 7
Views: 775
|
Forum: Ask for Help Posted: Sat Jun 09, 2007 11:46 am Subject: "variable name missing its percent sign" |
`%
I have missed this info in the help about "Send"
because i tried to send an %
Maybe there should be an quick info about such special chars
and an link to "EscapeChar" wi ... |
Topic: v1.0.45 released: Regular Expressions (RegEx) |
Stefan
Replies: 19
Views: 8907
|
Forum: Announcements Posted: Mon Nov 06, 2006 8:14 am Subject: v1.0.45 released: Regular Expressions (RegEx) |
Hi Chris,
many thanks for supporting RegEx, that's great  |
Topic: The German forum |
Stefan
Replies: 58
Views: 6978
|
Forum: General Chat Posted: Fri Oct 07, 2005 12:49 pm Subject: The German forum |
@ Thalon, AGU, toralf, ...
als registrierte User könnt ihr Jonny (Stefan?) eine PM (Personal Message) über das Forum schicken!
Ich bin nur Mod...
und habe Jonny letztends vor 3-4 Tagen angeschri ... |
Topic: Req: Collect List of DLLs with version number |
Stefan
Replies: 3
Views: 696
|
Forum: Ask for Help Posted: Tue Oct 04, 2005 3:03 pm Subject: Req: Collect List of DLLs with version number |
Thanks BoBo,
but i wanted to have a list with the versions numbers.
I use at the moment AWK to format the output of FileVer
for an nicer overview
and than i use DIFF to show the version differ ... |
| |