jamesmoriarty / gobat2exe

Convert Windows batch files into executable files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Convert Windows batch files into executable files.


Languages

Language:Go 85.7%Language:Batchfile 14.3%