1.3.0 • Published 11 months ago

ahktoexe v1.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Ahktoexe

An NPM for ahk file into exe converter.

Installation

Use npm to install ahktoexe

npm i ahktoexe

Usage

const ahkexe = require('ahktoexe');

var fileToConvert = 'C:\\ Path to file you want to convert \\example.txt';
var finalPath = 'C:\\ Path to paste the converted file \\example.exe';

(async function() {
	await ahkexe(fileToConvert, finalPath);
	console.log("Generated at: " + finalPath);
})()

Credits

AutoHotkey : https://www.autohotkey.com/ Ahk2Exe : https://github.com/AutoHotkey/Ahk2Exe

1.3.0

11 months ago

1.2.1

11 months ago

1.2.0

11 months ago

1.1.0

11 months ago

1.0.0

11 months ago