compile BAT file - same settings like the GUI? Topic is solved

Post AHK_H specific scripts & libraries and discuss the usage and development of HotKeyIt's fork/branch
User avatar
Kintaro-OEx
Posts: 12
Joined: 17 Apr 2018, 15:48

compile BAT file - same settings like the GUI?

Post by Kintaro-OEx » 22 Nov 2020, 18:56

compile.bat

Code: Select all

@echo off
cd C:\Users\User\AppData\Local\_DEV\___ahkdll-v1-release-master\Compiler
Ahk2Exe.exe /in "C:\Users\User\AppData\Local\_DEV\__repos\__STRUCTURE\main.ahk"

ECHO compiled
PAUSE
Works fine but...
... how to pass the parameters like with the GUI?
Custom Icon and further. I found plenty of examples for a custom Icon but not all at once.
see here:
i.imgur.com /85GGMnD.png Broken Link for safety


And is there any real advantage doing this or just very very special use cases?


User avatar
Kintaro-OEx
Posts: 12
Joined: 17 Apr 2018, 15:48

Re: compile BAT file - same settings like the GUI?

Post by Kintaro-OEx » 22 Nov 2020, 21:00

HotKeyIt wrote:
22 Nov 2020, 20:05
See https://www.autohotkey.com/docs/Scripts.htm#ahk2exe
Additionally there is pass parameter for password
oh damn me, ty ty ty ty ty!

Post Reply

Return to “AutoHotkey_H”