Computing.Net > Forums > Programming > .bat to .exe

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

.bat to .exe

Reply to Message Icon

Name: remgu
Date: May 16, 2007 at 13:26:26 Pacific
OS: XP
CPU/Ram: P4 3.4Ghz 1GB Ram
Product: Clone
Comment:

I need to convert some .bat files to .exe. I have tried several apps but they do not work. Any ideas?

Thanks,
REMGU



Sponsored Link
Ads by Google

Response Number 1
Name: IVO
Date: May 16, 2007 at 13:41:01 Pacific
Reply:

Stated that XP/2K batch language is a more powerfull extension of the native DOS script coding, there is no utility to achieve what you want.

Keep in your mind that even the legacy tools to transform bat to exe inder DOS face severe limits in processing the plain FOR statement.


0

Response Number 2
Name: remgu
Date: May 16, 2007 at 13:45:41 Pacific
Reply:

By the way I have tried bat2exe but it does not work.

Thanks,
REMGU


0

Response Number 3
Name: IVO
Date: May 16, 2007 at 13:52:09 Pacific
Reply:

Well, now you know why it doesn't.


0

Response Number 4
Name: ghostdog
Date: May 18, 2007 at 22:45:07 Pacific
Reply:

if you want to convert batch to exe to mask out code, don't use batch. use another language tool like C/C++ which compiles the code to exe, Perl/Python...which have utilities to convert their code to exe too..


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: .bat to .exe

Compile a .BAT to a .EXE www.computing.net/answers/programming/compile-a-bat-to-a-exe/17224.html

conversion of bat to exe www.computing.net/answers/programming/conversion-of-bat-to-exe/15781.html

Bat to find / display file IF ext. www.computing.net/answers/programming/bat-to-find-display-file-if-ext/12182.html