dumbeau/AutoHotPie

Please add execute .lnk file support

Opened this issue · 1 comments

If you select execute file in AutoHotPie and select a Windows .lnk file, AutoHotPie automatically removes the .lnk file and just uses the file behind the .lnk file. Please change this and instead give the option to "Execute .lnk file" next to execute file.

This is important for several reasons, to define execute attributes to a .lnk file, for example execute it hidden/minimized.

using "start c:\test\test.lnk" doesnt work doesnt seem to find start command.

for now, you can open your settings .json file and edit it manually and add the shortcut in this line:

    "filePath": "C:\\Users\\username\\Desktop\\Firefox Private Browsing.lnk"