Make a exe...

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
walter4991
Posts: 21
Joined: 11 Dec 2010 10:17

Make a exe...

#1 Post by walter4991 » 16 Jan 2011 10:27

How I can transform a batch file to exe from the command line?

aGerman
Expert
Posts: 4678
Joined: 22 Jan 2010 18:01
Location: Germany

Re: Make a exe...

#2 Post by aGerman » 16 Jan 2011 12:36

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

Post Reply