Computing.Net > Forums > Disk Operating System > Bat2exe

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.

Bat2exe

Reply to Message Icon

Name: Lee Nick123
Date: April 1, 2001 at 11:21:40 Pacific
Comment:

I have been searching the net for awile and have not found anything that changes bat files into exe's without creating a tempory batch file with all the original code in. I have seen bat2com files that do it without any tempory files but not exe's. Does anyone know where i can find one?



Sponsored Link
Ads by Google

Response Number 1
Name: The Doof
Date: April 1, 2001 at 12:28:58 Pacific
Reply:

Sorry about not providing a clickable link, just copy and paste:

http://computerhope.org/download/utility/bat2exe.com



0

Response Number 2
Name: Lee Nick123
Date: April 1, 2001 at 15:37:05 Pacific
Reply:

That changes them to .com files not .exe . Thanks anyway!


0

Response Number 3
Name: The Doof
Date: April 1, 2001 at 17:04:39 Pacific
Reply:

Huh?


0

Response Number 4
Name: Michael
Date: April 2, 2001 at 06:49:58 Pacific
Reply:

.com files and .exe are identical. Here's what you do. After you use bat2com to make the batch file into a .com file, just rename it to whatever.exe . *Poof* It's an exe file. Wasn't that easy. No really, to DOS there is no difference between EXE and COM files. They are used by us users to differentiate between external COMmand files and Applications. Sometimes they are used incorrectly. Take edit.com for instance. It is not a command, but MS named it one anyway, go figure.

-Michael


0

Response Number 5
Name: Lee Nick123
Date: April 2, 2001 at 13:27:53 Pacific
Reply:

Thanks


0

Related Posts

See More



Response Number 6
Name: fred6008
Date: April 2, 2001 at 18:25:35 Pacific
Reply:

I think I have seen a COM2EXE command somewhere. I hate to inject hearsay into this--but I am obviously going to. I have heard that a COM file cannot be over 65,000 bytes long. I have heard that all the .cmd programs Microsoft bought from Data Research became .COM files and I have heard that DOS looks through the whole directory or path for com files to run before it runs the first exe candidate.
Except for these hearsay things that somebody can clear up maybe, I do not think there is any difference in them either.


0

Response Number 7
Name: Laurence
Date: April 9, 2001 at 22:51:41 Pacific
Reply:

Batfiles: The DOS batch file programming handbook

.com and .exe files are not the same!
Just because you can change the name from one to the other does not mean they are the same.
All it means is that DOS recognizes the file as an executable and reads the file header and executes the file accordingly.

http://msdn.microsoft.com/library/periodic/period00/com1200.htm
Is .COM Dead?


bat2ex15.zip 37,222 October 26, 1991
Compile batch files into .com files; PC-Mag update

ftp://garbo.uwasa.fi/pc/pcmagutl/bat2ex15.zip
tbt324.zip 51,094 April 21, 1999

ftp://garbo.uwasa.fi/pc/batchutil/tbt324.zip
TurboBAT Batch File Compiler; Foley Hi-Tech Systems

ftp://garbo.uwasa.fi/pc/batchutil/pwrbt14j.zip
pwrbt14j.zip 139,184 May 27, 1999
PowerBatch; Computing Systems Design, Inc.


0

Response Number 8
Name: James Howard
Date: June 5, 2001 at 13:38:13 Pacific
Reply:

That website is a reference to Microsoft's Component Object Model. Not .COM files.

Anyway, .COM's are memory mapped files where .exe paged executables.


0

Response Number 9
Name: tico
Date: October 4, 2001 at 10:53:47 Pacific
Reply:


oi


0

Response Number 10
Name: brian peck
Date: January 6, 2002 at 14:18:31 Pacific
Reply:

i've been looking for something like this too. i downloaded the prog., but i can't understand how it works. can anyone help?


0

Response Number 11
Name: Dr.X
Date: January 20, 2002 at 23:59:49 Pacific
Reply:

i'd like something like this for vbs. if there isn't one, i'd probably have to make a bat that writes the vbs file, executes the vbs file, then deletes it. then use bat2exe to convert it to a com. :-( man, that sucks.


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

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


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Bat2exe

utilitity to convert bat2exe or bat2com www.computing.net/answers/dos/utilitity-to-convert-bat2exe-or-bat2com/9854.html

Machine freezes when running the dos bat www.computing.net/answers/dos/machine-freezes-when-running-the-dos-bat/7680.html

Batch Compilier www.computing.net/answers/dos/batch-compilier/12979.html