compile a .bat file to .exe

  • Thread starter Thread starter el
  • Start date Start date
I found this in about a minute.

BAT2EXE
Allows users to convert their batch files to executable files, allowing
others not to see the source code of their batch files and allow the files
to run faster.
http://www.computerhope.com/dutil.htm

You too can use Google.

www.google.com


--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
I found this in about a minute.

BAT2EXE
Allows users to convert their batch files to executable files, allowing
others not to see the source code of their batch files and allow the files
to run faster.
http://www.computerhope.com/dutil.htm

You too can use Google.

www.google.com

It was designed with Win9x or MSDOS in mind, from memory, and even so it
only handles very simple and straightforward batch syntax.

Advanced batch syntax and techniques will confuse it.
 
Back
Top