| Author |
Message |
Topic: conspiracy theory |
Moru
Replies: 65
Views: 2241
|
Forum: General Chat Posted: Thu Mar 25, 2010 2:08 am Subject: conspiracy theory |
As mechanich engineer, I think it is very difficult that to happen.
Industrial machinery generates more pression than that, and I've never heard about molten steel because of pressure, can you see th ... |
Topic: conspiracy theory |
Moru
Replies: 65
Views: 2241
|
Forum: General Chat Posted: Thu Mar 25, 2010 12:05 am Subject: conspiracy theory |
Coud you explain this beam, perfectly cut as it must be done in controlled demolitions?
Obviously it wasn`t the fuel cause it is at floor level:
http://www.keepaa.com/images/anon/2010/201003/20100 ... |
Topic: I can't close a program using PID |
Moru
Replies: 5
Views: 645
|
Forum: Ask for Help Posted: Tue Jun 02, 2009 10:16 am Subject: I can't close a program using PID |
Yeah!!!
It worked !!!!!
Just as you said, launched program closed and its PID was of no utility.
Thanks a lot !!!! |
Topic: I can't close a program using PID |
Moru
Replies: 5
Views: 645
|
Forum: Ask for Help Posted: Tue Jun 02, 2009 10:02 am Subject: I can't close a program using PID |
some programs when you are starting them are using subprograms
That's exactly the case.
But it works sometimes... I don't understand why it catches PID fine sometimes, but other times (the major ... |
Topic: I can't close a program using PID |
Moru
Replies: 5
Views: 645
|
Forum: Ask for Help Posted: Tue Jun 02, 2009 9:28 am Subject: I can't close a program using PID |
Correction: It works only sometimes. Aleatory?
Thanks wapno. You are right, sometimes msgbox shows var as 0 (System idle process), sometimes it shows nothing (not a number, just nothing), and somet ... |
Topic: I can't close a program using PID |
Moru
Replies: 5
Views: 645
|
Forum: Ask for Help Posted: Tue Jun 02, 2009 8:27 am Subject: I can't close a program using PID |
I don't know why, but it doesn't work:
Process, Exist, jap.exe
japid = %ErrorLevel%
If (japid = 0)
{
SetWorkingDir %A_ScriptDir%
RunWait, %A_ScriptDir%\jap.exe, %A_ScriptDir%,, j ... |
Topic: Work Break Timer, Task/Idea Logger, ScreenCapture - v. 3.00 |
Moru
Replies: 145
Views: 52308
|
Forum: Scripts & Functions Posted: Tue May 12, 2009 11:27 am Subject: Work Break Timer, Task/Idea Logger, ScreenCapture - v. 3.00 |
Beautiful !!!!!!!!
Giving a try!!!!
Thanks !!! |
Topic: What "state control" consumes less resources? |
Moru
Replies: 2
Views: 360
|
Forum: Ask for Help Posted: Wed May 06, 2009 11:49 am Subject: What "state control" consumes less resources? |
Very clear and enlightening.
Thanks a lot. |
Topic: What "state control" consumes less resources? |
Moru
Replies: 2
Views: 360
|
Forum: Ask for Help Posted: Tue May 05, 2009 5:38 pm Subject: What "state control" consumes less resources? |
Hi:
I want to make a script that closes a program when another is finished.
I have at least, two ways;
One is using WinWaitClose:
WinWaitClose ahk_pid %firepid%
if errorlevel = 0
{
... |
Topic: Is this forum Indispensable? |
Moru
Replies: 5
Views: 833
|
Forum: General Chat Posted: Sat May 02, 2009 11:16 am Subject: Is this forum Indispensable? |
Is it possible to learn Autohotkey program, at a productive and not frustrating way, without the help of you, forum people? Or there is great chances to get blocked, and forget this program?
The ha ... |
Topic: Only swap keys when a program is running |
Moru
Replies: 7
Views: 539
|
Forum: Ask for Help Posted: Sat May 02, 2009 10:51 am Subject: Only swap keys when a program is running |
Don't worry, we get much sillier questions.
Much sillier... so do you mean mine is just silly? xD (joke)
By the way, this forum looks like indispensable, to keep learning Autohotkey.
I'll ... |
Topic: Only swap keys when a program is running |
Moru
Replies: 7
Views: 539
|
Forum: Ask for Help Posted: Sat May 02, 2009 6:37 am Subject: Only swap keys when a program is running |
Something like this?
...
Yes, man. Thanks !
Another question:
Is it normal to ask in the forum these doubts, or I do have a problem with the AutoHotkey Help? I don't know if you asked th ... |
Topic: Only swap keys when a program is running |
Moru
Replies: 7
Views: 539
|
Forum: Ask for Help Posted: Fri May 01, 2009 10:33 pm Subject: Only swap keys when a program is running |
And if I want to run a program, only if it is not running yet?
It could have no window, just be a tray icon. |
Topic: How must be used COM libraries? (Newbie) |
Moru
Replies: 6
Views: 1537
|
Forum: Ask for Help Posted: Thu Apr 30, 2009 6:02 am Subject: How must be used COM libraries? (Newbie) |
A script may call a function in an external file without having to use #Include. For this to work, a file of the same name as the function must exist in one of the following library directories:
%A ... |
Topic: How must be used COM libraries? (Newbie) |
Moru
Replies: 6
Views: 1537
|
Forum: Ask for Help Posted: Wed Apr 29, 2009 7:04 am Subject: How must be used COM libraries? (Newbie) |
I want to give a try to the automatization of MS Office, and I see that it is needed to install the COM Standard Library.
I've been trying to undertand how it works but I couldn't :s
So, what ... |
| |