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