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.
convert .bat to exe or com files????
Name: Little Helper=+ Date: May 10, 2002 at 14:37:19 Pacific
Comment:
How can i convert a batch file to an executable file??? ex: bat to exe???? what program can i use, i have winodws xp
When you run it, it makes a COM file and then you can rename the file to EXE.
0
Response Number 3
Name: Secret_Doom Date: May 11, 2002 at 08:52:29 Pacific
Reply:
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 batch file and trying to convert such file.
If you want to convert batch files to hide the source, I think that such process is reversible.