Computer Hope

Microsoft => Microsoft DOS => Topic started by: PCgeek8080 on July 20, 2004, 09:28:45 AM

Title: *.com files
Post by: PCgeek8080 on July 20, 2004, 09:28:45 AM
How do I create a .com file? I don't want to convert a .bat file to .com, i want to create a .com file itself.
Title: Re: *.com files
Post by: MalikTous on July 20, 2004, 09:43:46 AM
With knowledge of hex code and a hex edittor. Or you can use an assembly language tool or EDLIN and DEBUG to compile assembly code to EXE or COM.