| Author |
Message |
Topic: Get environment variables for other process? |
Androgen
Replies: 4
Views: 261
|
Forum: Ask for Help Posted: Tue Nov 07, 2006 11:39 am Subject: Get environment variables for other process? |
If only TC interests you...
Of course, not. It would be very simple. |
Topic: Get environment variables for other process? |
Androgen
Replies: 4
Views: 261
|
Forum: Ask for Help Posted: Tue Nov 07, 2006 8:30 am Subject: Get environment variables for other process? |
I, certainly, speak about a situation when EnvGet does not work. For example, EnvVar COMMANDER_PATH does not exist for the script started from the outside of a Total Commander.
So such code will not ... |
Topic: Get environment variables for other process? |
Androgen
Replies: 4
Views: 261
|
Forum: Ask for Help Posted: Mon Nov 06, 2006 11:40 pm Subject: Get environment variables for other process? |
| WinAPI function GetEnvironmentStrings retrieves the environment variables for the current process. Whether there is an opportunity to get environment variables for other process? It can is somehow pos ... |
Topic: Transform, DerefEnv |
Androgen
Replies: 13
Views: 1189
|
Forum: Wish List Posted: Wed Aug 09, 2006 7:33 am Subject: Transform, DerefEnv |
I do not see a difference between the set of a variable inside or outside of script. But well. I set this variable via standard applet, and script works well and in this case too.
(Windows XP with Se ... |
Topic: Transform, DerefEnv |
Androgen
Replies: 13
Views: 1189
|
Forum: Wish List Posted: Wed Aug 09, 2006 4:40 am Subject: Transform, DerefEnv |
Hello,
btw. the routine crashes on systems which have environment-variables with characters, which arent allowed in autohotkey. Users reported they have variables like {32134:34234:32234:34324}.
... |
Topic: Transform, DerefEnv |
Androgen
Replies: 13
Views: 1189
|
Forum: Wish List Posted: Sun Aug 06, 2006 3:30 am Subject: Transform, DerefEnv |
Sometimes this strange variable (=::=::\) is present, sometimes - is not present.
But such way always passes the first variable (even if it another)
If (A_Index = 1)
{
p += l + 1
... |
Topic: How I can get a command line with which some app was started |
Androgen
Replies: 6
Views: 278
|
Forum: Ask for Help Posted: Fri Aug 04, 2006 1:26 am Subject: How I can get a command line with which some app was started |
| Thank for advice, evl. (For both advice). I shall try it. |
Topic: How I can get a command line with which some app was started |
Androgen
Replies: 6
Views: 278
|
Forum: Ask for Help Posted: Thu Aug 03, 2006 8:59 pm Subject: How I can get a command line with which some app was started |
Yes, I know this wonderful app (and for a long time I use it).
But info about command line is need as part of a script.
Seems it is necessary to understand a shimanov's code.  |
Topic: How I can get a command line with which some app was started |
Androgen
Replies: 6
Views: 278
|
Forum: Ask for Help Posted: Thu Aug 03, 2006 11:20 am Subject: How I can get a command line with which some app was started |
Thanks.
Though, when I see shimanov's code, I feel myself such stupid
And this time I almost nothing have understood.
But thank all the same. |
Topic: How I can get a command line with which some app was started |
Androgen
Replies: 6
Views: 278
|
Forum: Ask for Help Posted: Thu Aug 03, 2006 1:38 am Subject: How I can get a command line with which some app was started |
How I can get a command line with which some app was started?
For script it is simple.
Command_Line := DllCall( "GetCommandLine", str )
MsgBox, %Command_Line%
But WinAPI ... |
Topic: list of filenames selected in panel of Total Commander |
Androgen
Replies: 11
Views: 644
|
Forum: Ask for Help Posted: Tue Feb 21, 2006 10:27 pm Subject: list of filenames selected in panel of Total Commander |
In this case, I fear you are stuck...
It is a pity. And thanks for the help. |
| |