AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 52 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Newbie - Open Folder shortcut
Andre

Replies: 8
Views: 295

PostForum: Ask for Help   Posted: Wed Dec 20, 2006 12:16 pm   Subject: Newbie - Open Folder shortcut
Hi,

Welcome at Autohotkey.

#a::
Run, Explorer C\MyDirs\Directory
Return
  Topic: PsExec (GUI Front End) - Remote Process Execution
Andre

Replies: 13
Views: 7698

PostForum: Scripts & Functions   Posted: Mon May 22, 2006 8:31 am   Subject: PsExec (GUI Front End) - Remote Process Execution
Just an hint Smile

Put this on the top of your script and u can delete the update button.

SetTimer, UpdateCommand, 200


Andre Wink
  Topic: MM Cron
Andre

Replies: 2
Views: 1616

PostForum: Scripts & Functions   Posted: Tue Feb 14, 2006 7:59 am   Subject: MM Cron
Hi,

Thnx for the comment.

Here on my job we use it to schedule various scripts running on an server.
Wenn i look through the window (serverroom) behind me i can see in one look the status of it ...
  Topic: MM Cron
Andre

Replies: 2
Views: 1616

PostForum: Scripts & Functions   Posted: Fri Feb 10, 2006 8:44 am   Subject: MM Cron
Simple Cron utility to run some things.
(using it on my job)

; MM-Cron V1.0
;
; Syntax : MM-Cron <Time in Min.> <Program to execute> <Window Title> <X Position> <Y ...
  Topic: Lost with arry's
Andre

Replies: 20
Views: 672

PostForum: Ask for Help   Posted: Fri Jan 20, 2006 8:52 am   Subject: Lost with arry's
no help anymore ? Smile
  Topic: Lost with arry's
Andre

Replies: 20
Views: 672

PostForum: Ask for Help   Posted: Thu Jan 19, 2006 4:26 pm   Subject: Lost with arry's
it's an function so don't need Return....
  Topic: Lost with arry's
Andre

Replies: 20
Views: 672

PostForum: Ask for Help   Posted: Thu Jan 19, 2006 4:12 pm   Subject: Lost with arry's
My script is an conversion of an running script in AutoIt and Delphi
so i have not tested al the parts yet Smile
  Topic: Lost with arry's
Andre

Replies: 20
Views: 672

PostForum: Ask for Help   Posted: Thu Jan 19, 2006 4:04 pm   Subject: Lost with arry's
@Bobo

Ich verstehe (lesen/reden) sicher Deutsch aber schreiben....

Das Variable Inputbuffer ist in die Function als Global definiert.

Meinem beispiel : MsgBox, %InputBuffer3% zeicht den inhal ...
  Topic: Lost with arry's
Andre

Replies: 20
Views: 672

PostForum: Ask for Help   Posted: Thu Jan 19, 2006 3:57 pm   Subject: Lost with arry's
MsgBox, %InputBuffer3%
Displays the text : Sortengruppe
so that's not the problem the array is filled correct !! Exclamation
  Topic: Lost with arry's
Andre

Replies: 20
Views: 672

PostForum: Ask for Help   Posted: Thu Jan 19, 2006 3:38 pm   Subject: Lost with arry's
ReadMasFile("c:\tmp\c\PST448046010029.dat")
test :=2
MsgBox, %InputBuffer%%test%

ExitApp

ReadMasFile(File)
{
Global InputBuffer, InputCounter
SsccCh ...
  Topic: Lost with arry's
Andre

Replies: 20
Views: 672

PostForum: Ask for Help   Posted: Thu Jan 19, 2006 3:05 pm   Subject: Lost with arry's
To choose a nick, even if not registered.Works too.

forgot to login Smile
  Topic: Lost with arry's
Andre

Replies: 20
Views: 672

PostForum: Ask for Help   Posted: Thu Jan 19, 2006 3:04 pm   Subject: Lost with arry's
works... but displays the wrong value : 12

should return text.... (which displays when using MsgBox, %InputBuffer2%)
  Topic: TimeToStr
Andre

Replies: 16
Views: 786

PostForum: Ask for Help   Posted: Wed Jan 04, 2006 8:02 am   Subject: TimeToStr
Laszlo,

could u provide an example, can't seem to fix it.

Andre
  Topic: TimeToStr
Andre

Replies: 16
Views: 786

PostForum: Ask for Help   Posted: Tue Jan 03, 2006 3:51 pm   Subject: TimeToStr
Got it myself Smile by looking on on the forum ....


TimeLog(T1)
{
transform,S,MOD,T1,60
stringlen,L1,S
if L1 =1
S=0%S%
if S=0
S=00

M1 :=(T1/60) ...
  Topic: TimeToStr
Andre

Replies: 16
Views: 786

PostForum: Ask for Help   Posted: Tue Jan 03, 2006 11:09 am   Subject: TimeToStr
Hi,

hase someone made an TimeToStr function
Example : TimeToStr(120)
will result :00:02:00

Andre
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group