Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
COM file
Last modified: Tuesday, March 18, 1997
In DOSenvironments, a COM file is an executable command file with a.COM filenameextension. COM files can be directly executed and are usually slightly smaller than equivalent EXE files. However, COM files cannot exceed 64K, so large programs are usually stored in EXE files.