GoBat2Exe
Convert Windows batch files into executable files.
Usage
You can drag and drop .bat
files onto bat2exe.exe
or invoke via command line:
.\bat2exe.exe .\example.bat
Example
Download
You can download releases here.
Install
You can install with Golang:
go get github.com/jamesmoriarty/gobat2exe
go install github.com/jamesmoriarty/gobat2exe
Build
go build .\cmd\bat2exe.go
Test
go test