X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Fri, 30 Nov 2001 23:29:55 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Dykstra Sean" Message-Id: <8361-Fri30Nov2001232955+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <271DBBEEA095D511B80D009027DE7D670DD122@mcoexc01.mlm.maxtor.com> (Sean_Dykstra AT maxtor DOT com) Subject: Re: More '@' Symbol References: <271DBBEEA095D511B80D009027DE7D670DD122 AT mcoexc01 DOT mlm DOT maxtor DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Dykstra, Sean" > Date: Fri, 30 Nov 2001 13:28:52 -0700 > > Can the '@' symbol be disabled as a special character? Yes. > The problem I have is that we have several thousand scripts that are spawned > from DOS batch files which use the following syntax: > > max_ata @foo.tst > > This is based on our old legacy DOS 16-bit code, and we are simply trying to > drop in the new code in it's place. This is one of the few roadblocks left > for us. > > Can this be disabled? Set the _CRT0_FLAG_DISALLOW_RESPONSE_FILES bit in _crt0_startup_flags, and the program won't expand arguments which start with a `@'.