Search found 3 matches
- 12 Sep 2020, 15:48
- Forum: Scripts and Functions
- Topic: AutoRunner - autoruns files upon drive mounting
- Replies: 3
- Views: 192
Re: AutoRunner - autoruns files upon drive mounting
I normally use trusted auto run, but I may also use this one some time, thanks! Well, just be aware that this little utility is a "one-shot" utility: It does not stay resident. And you also need to specify which drive(s) to find the autorun files in. Currently it only searches for .lnk files (altho...
- 11 Sep 2020, 07:26
- Forum: Scripts and Functions
- Topic: [AutoHotkey Programming Tools] + awesome-AutoHotkey list.
- Replies: 105
- Views: 155777
Re: [AutoHotkey Programming Tools] + awesome-AutoHotkey list.
Just wanting to add to the awesome list on the first page:
Someone had created an AWESOME AutoHotkey extension for Visual Studio Code; it is called AutoHotkey-Plus, and you should easily be able to search for it on the VSCode Extension tab/page.
It's really enjoyable to use.
Someone had created an AWESOME AutoHotkey extension for Visual Studio Code; it is called AutoHotkey-Plus, and you should easily be able to search for it on the VSCode Extension tab/page.
It's really enjoyable to use.
- 11 Sep 2020, 07:17
- Forum: Scripts and Functions
- Topic: AutoRunner - autoruns files upon drive mounting
- Replies: 3
- Views: 192
AutoRunner - autoruns files upon drive mounting
Code available on my Github: https://github.com/pepoluan/autorunner Explanation: I have a VeraCrypt drive on which I store files synced with several cloud drives. Naturally, the drive needs to be mounted first before the cloud drives' "agent" run. If not, they'll fail. So, I removed those agents fro...