Date: Thu, 18 Apr 1996 18:56:01 +0200 (IST) From: Eli Zaretskii To: DJ Delorie Cc: djgpp-workers AT delorie DOT com Subject: Re: Spawning DOS programs In-Reply-To: <199604181210.IAA11423@delorie.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 18 Apr 1996, DJ Delorie wrote: > > it breaks programs that invoke inferior programs both with `spawnXX' and > > `system'. > > Spawn, perhaps, but not system. Currently, yes, because `system' doesn't use !proxy even for DJGPP programs. But that disables long command lines in `system' which is a pity. If we want long command lines in `system', we must use !proxy, and then it breaks. > Which quoting will you use? How will you know if the program will > accept the quoting you choose? Most programs accept quoting with '"'. I think using it is better than punt. If a program doesn't understand '"', in my experience it just can't grok arguments with embedded whitespace at all.