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 COM / EXE
Name: Tom Chau Date: June 15, 2001 at 00:04:10 Pacific
Comment:
This is an old question: how can I convert .bat to .com or .exe?
I've learn from here to download the utilities like bat2com, powerbat, etc, however, when I use text editor to open those COM/EXE file, I still find the hardcoded password there. How can I prevent from exposure the hardcoded password?
Name: Mohammad Date: August 12, 2001 at 00:46:08 Pacific
Reply:
Please send me the software that convert .BAT to .exe.
Thanks
0
Response Number 4
Name: Mike Duzen Date: December 10, 2001 at 03:43:44 Pacific
Reply:
I've been looking for bat to exe converter on the web (zdnet, download.com) with no joy. Can anyone help?
0
Response Number 5
Name: guest Date: December 21, 2001 at 13:43:03 Pacific
Reply:
I use Turbobat to convert bat to com. After I use comtoexe.exe to convert bat to exe to hide the code
0
Response Number 6
Name: guest Date: December 21, 2001 at 14:03:16 Pacific
Reply:
I mean com to exe. I do not think that there are any utility supporting direct conversion from bat to exe
you can find turbobat at :http://www.simtel.net/pub/pd/40684.html you can find comtoexe at: http://venus.spaceports.com/~makenzie/games/abdown.htm
Good luck, hope it helps
0
Response Number 7
Name: Dennis King Date: January 7, 2002 at 08:23:35 Pacific
Reply:
I converted the com file to exe using comtoexe but the password and path are still in plain text! I do not understand why that is so . Can anyone help me?
Summary: I am not an expert of Bat to Com/Exe converters, but I heard they don't work if the script contains iterative statements as For. Maybe somebody can suggest you an utility to convert your script. ...
Summary: Be aware: Programs that convert BAT to EXE and COM may not convert the batch file correctly. There are many reports of errors when using external commands, such as FC.EXE and DEBUG.EXE from within a b...