answersLogoWhite

0

What is the size of a COM file?

User Avatar

Anonymous

11y ago
Updated: 8/16/2019

There is no size limit either way for a COM or command file. Typically they were used for DOS programs that were part of the operating system.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is a COM file?

COM file is a simple type of executable file.


How do you read com file?

You really can't unless you get a decompiler. A .com file is a computer program that has been 'compiled' and converted into machine language. What you want is the 'source code' that was used to create the .com file by running it through a compiler.


Where can you download an audio file from?

Video2Mp3.com


Which is not executable file TXT BAT COM EXE?

BAT is not an executable file in windows.


How can you change the file from wordpad to pdf or com?

magic


How do you sue answers com?

Go to court and file a case.


Is it true that the file size measured in MB is bigger than the file size measured in KB?

Yes, it is true that the file size measured in MB (megabytes) is bigger than the file size measured in KB (kilobytes).


What does describe the impact file size and file format will have on saving sequences mean?

impact file size and file format will have on saving sequences


How do you increase size of pst file in outlook?

How to Increase Outlook PST File Size


How do you know how many bytes are in an audiobook?

You can determine the file size of an audiobook by checking the properties of the file on your computer or device. The file size will be displayed in bytes, kilobytes, megabytes, or gigabytes depending on the size of the file.


How do you beat the game roadkill?

locate the game on your com and delete the file


What is the offset at which the first executable instruction of a COM file must be placed?

What is the offset at which the first executable instruction of a COM file must be placed? The very first instruction in our assembly programs i.e. [org 0x0100] tell that its .com file shall be loaded at an offset address 100 in the segment. This is done to maintain backward compatibility.