/gobat2exe

Convert Windows batch files into executable files.

Primary LanguageGo

GoBat2Exe

GitHub release (latest by date) Continuous Integration

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

Drag and drop

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