Page 1 of 1

Make a exe...

Posted: 16 Jan 2011 10:27
by walter4991
How I can transform a batch file to exe from the command line?

Re: Make a exe...

Posted: 16 Jan 2011 12:36
by aGerman
Nonsense. Batch is an interpreted language, it cannot be compiled to an executable.

There are some Bat2Exe tools, but the resulting exe files are something like "self extracting archives". That means your origin batch code would be extracted to the %temp% folder and executed...

Regards
aGerman