From: "DeHackEd" Newsgroups: comp.os.msdos.djgpp References: <001201be1972$247b9e80$39f4ffc2 AT default> Subject: Re: .Com files Lines: 19 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: <5Ch72.1259$Z72.330001@tundra.ops.attcanada.net> Date: Thu, 26 Nov 1998 19:03:29 GMT NNTP-Posting-Host: 142.194.222.243 NNTP-Posting-Date: Thu, 26 Nov 1998 19:03:29 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Not directly. You can rename a .exe file to .com and Windows95 will automaticly know the difference (command.com is really an EXE, the first 2 letters are MZ). Closest thing you really can get is to have NASM output BIN data. This doesn't have much to do with DJGPP itself though. -- "DeHackEd" My Email address in the header is fake (spammers). Email me at this address: http://www.geocities.com/cgi-bin/homestead/mail.pl?dehacked Lazer ---¤--- wrote in message <001201be1972$247b9e80$39f4ffc2 AT default>... Is it possible to create com files with djgpp? If yes the how? --->Lazer