Make a exe...
Moderator: DosItHelp
-
- Posts: 21
- Joined: 11 Dec 2010 10:17
Make a exe...
How I can transform a batch file to exe from the command line?
Re: Make a exe...
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
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