Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.98 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.98 KB

Compile-in-ator

A pointless and overly complicated way of renaming batch scripts that compile other scripts inspired by things like Make Cmake etc.

This version and all subsequent versions include the Turbo text editor by Magiblot. However, the source code does NOT include it. You'll need to download and/or compile it yourself

Warning

The current version contains a bug when running scripts from within other scripts as it will use your the first working dir
Click here for the workaround script
Please also be aware that there are numerous bugs that can occur [1] [2] [3] if closing the command line window

How to compile

Note

Please also be aware that the base compile file assumes you have my forked Dark Mode for AHK-v2 script downloaded and in a folder above in a folder called "DarkMode". If you would prefer it to all be in the same folder, You can simply edit the .compile script (Please be aware that this tool requires you to have SOME knowledge of Batch.. Not to be confused with Bash)

Another recommendation would be to associate .compile files with Compile-in-ator FE.exe. That's specifically the frontend

Build requirements

AutoHotkey (v2)
Ahk2Exe
Upx
Dark Mode for AHK-v2
Turbo

Environment Variables (REQUIRED!!)

%AHK% Should be set to your AutoHotkey path. An example C:\Users\username\AutoHotkey (Make sure you aren't using a subdirectory)
%sevenz% 7-Zip is an OPTIONAL tool to extract Turbo.7z which is what I tend to do. Feel free to remove this line