Page 1 of 1

compile BAT file - same settings like the GUI?

Posted: 22 Nov 2020, 18:56
by Kintaro-OEx
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?

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

Posted: 22 Nov 2020, 20:05
by HotKeyIt
See https://www.autohotkey.com/docs/Scripts.htm#ahk2exe
Additionally there is pass parameter for password

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

Posted: 22 Nov 2020, 21:00
by Kintaro-OEx
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!