Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 446 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 446 Bytes

bat2exe

https://bat2exe.net

run bat2exe.exe /h for help

/h : shows this help

/source:<folder_path> : source folder containing batch file

/target:<folder_path> : target folder with .exe file

/s : skip pause command

/y : answer yes to all choices

examples:

bat2exe.exe /source:C:\Users\User\Desktop\source /target:C:\Users\User\Desktop /s /y

bat2exe.exe /s /y