From: Martin DOT Stromberg AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: /? command line args being altered by DJGPP Date: 27 Oct 1998 18:23:32 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 19 Message-ID: <715334$pck$8@antares.lu.erisoft.se> References: <3635f355 DOT 0 AT scooby DOT nildram DOT co DOT uk> NNTP-Posting-Host: mars.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Graeme Fenwick (gfenwick AT BYESPAMprimex DOT co DOT uk) wrote: : If the program is compiled like so- : gcc -Wall -ansi -o test test.c : then typing : "test /?" gives the output "/a" : "test /??" gives the output "/??" (correct, this time) : "test /???" gives the output "/ati" : and so on.... : Like I said, it looks like an OS issue at first, but the lcc-compiled : version doesn't do this..! Any ideas?... It's a feature. Try 'test "/?"' instead. Right, MartinS