Search found 78 matches

by Awannaknow
26 Feb 2019, 05:48
Forum: Scripts and Functions (v1)
Topic: Filenote OR Filenoter
Replies: 0
Views: 1164

Filenote OR Filenoter

Filenote from moonsoftware FileNote is a little right click shell extension that will allow you to add textual descriptions to your files. It adds one command to the shell context menu of a file object. This command lets you easily edit or create a text file that has the same name as the initial fil...
by Awannaknow
06 Apr 2017, 00:35
Forum: Ask for Help (v1)
Topic: 3/3 How can I do this?:
Replies: 12
Views: 3692

Re: 3/3 How can I do this?:

I just started to "make friend" with your first code entity :lol:, that I'll have to tame this all new beast too now ! ! ! I'm elated! Thanks , I'll do my best and post when done. I think the pbm is more than solved. When level is sufficient, which is actually not my case for many of the code I read...
by Awannaknow
05 Apr 2017, 09:39
Forum: Ask for Help (v1)
Topic: 3/3 How can I do this?:
Replies: 12
Views: 3692

Re: 3/3 How can I do this?:

Waow: you made it "all in one", it works great! I make it work just right now, and it is awesome, I'll dig in it now to understand it better and see how to learn from it and make it works to my pbm. I have to go now: I must PLAY with it! :lol: I though about it, and I suppose I'll have to split it i...
by Awannaknow
04 Apr 2017, 22:24
Forum: Ask for Help (v1)
Topic: 3/3 How can I do this?:
Replies: 12
Views: 3692

Re: 3/3 How can I do this?:

oups, I can't make it work for 2 days now, it may be my ahk version being too old, I need to test upgrade, as soon as I have a little time, that will still be compatible with my old ahk scripts . . . being on win XP start to be a pbm . . .
by Awannaknow
03 Apr 2017, 10:32
Forum: Ask for Help (v1)
Topic: 3/3 How can I do this?:
Replies: 12
Views: 3692

Re: 3/3 How can I do this?:

oups, a little late on answering, but was not avail, need to dig on your script to understand it first (my bad level . . ).
I'll post back soon, need a little time to get it.
Thanks a lot.
by Awannaknow
01 Apr 2017, 14:57
Forum: Ask for Help (v1)
Topic: 3/3 How can I do this?:
Replies: 12
Views: 3692

Re: How can I do this?:

For now, I could make this, which is good for me as it works! But I think it'll be better with only one script doing the job instead of multiple scripts running at the same time although I still don't know if it is possible and if it can be done simply, I mean from a beginner/ low medium level. From...
by Awannaknow
01 Apr 2017, 03:28
Forum: Ask for Help (v1)
Topic: 3/3 How can I do this?:
Replies: 12
Views: 3692

Re: How can I do this?:

Thanks for the code, this is great, I'll make a mix to make it works for me.
It will take a little time, but I'll post result when ready.
And solved simply with use of just 3 cmds:
#SingleInstance Off, #NoTrayIcon and runwait
Great!
;-)
by Awannaknow
31 Mar 2017, 09:21
Forum: Ask for Help (v1)
Topic: 3/3 How can I do this?:
Replies: 12
Views: 3692

Re: How can I do this?:

@Nightwolf85, Thanks I would prefer to have one script handle this, that's why I tried to make it works thru array, but may be, from what I read in your 2 answers, it seems not possible. Do you confirm? Anyway your solutions solve the dead end wall I was hitting my head on. If it is the case and I c...
by Awannaknow
30 Mar 2017, 11:45
Forum: Ask for Help (v1)
Topic: 3/3 How can I do this?:
Replies: 12
Views: 3692

3/3 How can I do this?:

I continue this thread here, still needing some advices, thanks in advance: 2/3 How to check multiple processes? Double Click a shortcut, with as an example this target: %A_AhkPath% "%A_ScriptFullPath%" "%A_ScriptDir%\12345.txt" This will launch %A_ScriptFullPath% with %A_ScriptDir%\12345.txt passed...
by Awannaknow
28 Mar 2017, 08:31
Forum: Ask for Help (v1)
Topic: 2/3 How to check multiple processes?
Replies: 0
Views: 784

2/3 How to check multiple processes?

This thread is a continuation of this thread: 1/3 How to Check opened PID With Timer and Array? I can't even formulate my problem clearly enough for you to understand what I need to solve . . . Simply put: Modified shortcuts includes the script in their path. On shortcut opening (double clicking on ...
by Awannaknow
25 Mar 2017, 12:02
Forum: Ask for Help (v1)
Topic: 1/3 How to Check opened PID With Timer and Array?
Replies: 2
Views: 1361

Re: How to Check opened PID With Timer and Array?

Thanks A_AhkUser, I just wanted to open anything with run command, like files or exe, check if they are still opened, update array when they are closed, close the script when no more are opened. Of course it is a short simplified version to focus on the pbm only. I added ; Do whatever you want to do...
by Awannaknow
25 Mar 2017, 04:03
Forum: Ask for Help (v1)
Topic: 1/3 How to Check opened PID With Timer and Array?
Replies: 2
Views: 1361

1/3 How to Check opened PID With Timer and Array?

Cannot find what is wrong in this code, can some members put me on tracks here, thanks in advance. First time trying to struggle with objects . . . I'm trying to make this script open processes or files and check PID, when one file is closed, script must take it into account. When none left, script ...
by Awannaknow
11 Mar 2017, 03:24
Forum: Ask for Help (v1)
Topic: How to restore original shortcut icon when target path is modified with AHK in it?
Replies: 0
Views: 1486

How to restore original shortcut icon when target path is modified with AHK in it?

The goal of this is to have ahk interactions from shortcuts, but without icons changes. if I change a shortcut path (not an AHK shortcut, just a "normal" shortcut) and include ahk in it, it'll change shortcut icon for the green AHK icon. Like this: This is an example with a (*.txt) file shortcut but...
by Awannaknow
28 Feb 2017, 10:26
Forum: Ask for Help (v1)
Topic: How to get .lnk full path when firing it with its hotkey?
Replies: 0
Views: 1555

How to get .lnk full path when firing it with its hotkey?

EDIT: ----------------- I forgot to Put "Global" for variables , so nothing happened when I called "msgbox, %1%" the %1% was empty. But the pbm remain for me: On double clicking a file/folder/shortcut the variable 1 (number one) get target full path. But when using .lnk hotkey (.lnk keyboard shortc...
by Awannaknow
02 Feb 2017, 03:23
Forum: Ask for Help (v1)
Topic: How to get the "shortcut keys" of a shortcut (.lnk file)?
Replies: 9
Views: 5039

Re: How to get the "shortcut keys" of a shortcut (.lnk file)?

Just me, or anyone, any chance of having any piece of code or pointers to the right direction for doing this: Filling the fields of an existing .lnk properties, rather than deleting it and recreating a new one. Mainly Target, but others fields are welcome too (keyboard shortcut or start in fields fo...
by Awannaknow
01 Feb 2017, 08:37
Forum: Ask for Help (v1)
Topic: How to get the "shortcut keys" of a shortcut (.lnk file)?
Replies: 9
Views: 5039

Re: How to get the "shortcut keys" of a shortcut (.lnk file)?

Thanks for the info qwerty12, now anyone will know which one to use.
by Awannaknow
31 Jan 2017, 07:43
Forum: Ask for Help (v1)
Topic: Check if file is a shortcut
Replies: 10
Views: 2888

Re: Check if file is a shortcut

lexikos wrote:
MilesAhead wrote:Lexicose
That's a new one...
Maybe a relative . . .or . . . it's when you just drink too much glucose . . .
:lol:
by Awannaknow
31 Jan 2017, 07:34
Forum: Ask for Help (v1)
Topic: How to create a modified shortcut, on right click
Replies: 6
Views: 2847

Re: How to create a modified shortcut, on right click

enter8 wrote:I'm not sure why running an AHK file directly isn't working for me, but that's great that you found a workaround. Thanks.
Post your code.
So one can help you.
:D
by Awannaknow
31 Jan 2017, 07:30
Forum: Ask for Help (v1)
Topic: How to get the "shortcut keys" of a shortcut (.lnk file)?
Replies: 9
Views: 5039

Re: How to get the "shortcut keys" of a shortcut (.lnk file)?

Thanks to both of you, I'll "decode" that in details later on, I already had a quick look at it, when I got time enough, because I know I'll need a lot of time to try to understand all that. EDIT: Hi qwerty12, Veeeeryyyy coooool ! ! ! :P Of course I don't understand anything at all: but it works ! !...
by Awannaknow
30 Jan 2017, 03:18
Forum: Ask for Help (v1)
Topic: How to get the "shortcut keys" of a shortcut (.lnk file)?
Replies: 9
Views: 5039

Re: How to get the "shortcut keys" of a shortcut (.lnk file)?

Hi qwerty12, Veeeeryyyy coooool ! ! ! :P Of course I don't understand anything at all: but it works ! ! ! Seems you did a lot of work to get it working: a big thank you for your help. How to test it: Fill "<shortcut goes here>" with your link, so you can test qwerty12's code, like this "C:\Path to t...

Go to advanced search