AutoHotkey Community

It is currently May 24th, 2012, 1:33 pm

All times are UTC [ DST ]


Search found 8 matches
Search these results:

Author Message

 Forum: Support   Topic: Execute a series of command in console window

Posted: August 3rd, 2009, 2:03 pm 

Replies: 7
Views: 533


Why don't you do this in a batch file? Just curious. To be more specific: directory = "C:" ; This is your 'specified' directory FileAppend, @ECHO off`ncd %directory%`nsvn update`nmake, %TEMP%\temp.bat ; Here you create a batch file Run, %TEMP%\temp.bat ; Run the batch file FileDelete, %TE...

 Forum: Support   Topic: Execute a series of command in console window

Posted: August 3rd, 2009, 9:50 am 

Replies: 7
Views: 533


runwait is run an external program, but I just run the svn update and compile in console window, the whole steps like below: 1) run command.exe 2) change to the sepcified directory 3) input "svn update" to update code 4) input "make" to compile source my question is how could I k...

 Forum: Support   Topic: Execute a series of command in console window

Posted: August 3rd, 2009, 9:18 am 

Replies: 7
Views: 533


Hello, I want to use ahk to write a script to auto execute a series of command in console window( just like auto update code from svn server and compile it ).
How could I know the executing command has completed and so I can execute the next command in ahk script.

 Forum: Support   Topic: Is there a way to access existing windows?

Posted: August 2nd, 2009, 1:16 am 

Replies: 2
Views: 284


Yes, it's really what I want, Thank you for your help.

 Forum: Support   Topic: Is there a way to access existing windows?

Posted: August 1st, 2009, 5:48 pm 

Replies: 2
Views: 284


Hello, I want to access every existing window( and print every window title as an example), and what I know is only the IfWinExist(), but it can only judge if the specified window is exist. How could I access every existing windows like writing a while loop to access an array or some other data stru...

 Forum: Support   Topic: Help: what day is that day?

 Post subject: Help: what day is that day?
Posted: August 25th, 2008, 2:51 pm 

Replies: 3
Views: 334


I get a date likes 1936-07-14, what day is that day?
can I get it directly, like A_YWeek?

 Forum: Support   Topic: How can I handle the chinese string

Posted: August 22nd, 2008, 3:51 am 

Replies: 2
Views: 410


oh, I see。
I'm a new guy, thank you for you help.

 Forum: Support   Topic: How can I handle the chinese string

Posted: August 22nd, 2008, 3:08 am 

Replies: 2
Views: 410


Hello, when I try to write some ahk code, I suffer some problem, please help me. I open a notepad, do this, str = 中国 Send %str% then the str in notepad can not display correctly. but if I do it like this: str = 中国 Clipboard := str Send ^v then it display correctly. Could ...
Sort by:  
Page 1 of 1 [ Search found 8 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group