https://github.com/jamesmoriarty/gobat2exe
Convert Windows batch files into executable files.
https://github.com/jamesmoriarty/gobat2exe
batch converter executable
Last synced: about 1 year ago
JSON representation
Convert Windows batch files into executable files.
- Host: GitHub
- URL: https://github.com/jamesmoriarty/gobat2exe
- Owner: jamesmoriarty
- Created: 2020-06-08T09:52:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T09:05:55.000Z (over 5 years ago)
- Last Synced: 2025-01-29T19:47:30.632Z (over 1 year ago)
- Topics: batch, converter, executable
- Language: Go
- Homepage:
- Size: 110 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/jamesmoriarty/gobat2exe/releases).
## 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
```