Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.
/ BatToExe Public archive
forked from lachlankrautz/BatToExe

A portable application that can convert .bat files to .exe

License

Notifications You must be signed in to change notification settings

iirachek/BatToExe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Updates

  • Use temporary folder when compiling .bat wrapper to allow use from inside write protected folder
  • Remove "any key" to exit after .bat runs

#Original readme

BatToExe – Readme.txt – http://softwarebydefault.com Thank you for downloading BatToExe! This application is entirely open source and free of charge. BatToExe is released under the Microsoft Public License (Ms-PL).

The aim of this application is to convert batch files (*.bat) to executable files. To get you started copy the following text then paste into a blank text file. After saving rename the text file’s extension to .bat:

@echo off
"%SystemRoot%\System32\ipconfig.exe" /all
@pause

Specify your newly created *.bat file as an input batch file to BatToExe.exe, then specify a file name and location for the executable file that will be generated. If all goes well you should end up with an executable file that performs the exact same function as the original *.bat file.

BatToExe is hosted at http://softwarebydefault.com, the primary online resource for updates, comments or questions. Please follow me on twitter: @DefaultSoftware Thank you -- Dewald Esterhuizen -- 2013

About

A portable application that can convert .bat files to .exe

Resources

License

Stars

Watchers

Forks

Languages

  • C# 100.0%