Date: Tue, 6 Aug 1996 21:27:36 -0400 Message-Id: <199608070127.VAA17283@delorie.com> From: DJ Delorie To: eliz AT is DOT elta DOT co DOT il CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Tue, 6 Aug 1996 19:27:21 +0200 (IST)) Subject: Re: Shell script execution in spawnXX > I didn't disable it. It is disabled (unless I miss something), because > the interpretes.extension field is 0 for it. If you invoke it on a shell The "0" means "default" - it should check *every* text file that isn't a .com, .exe, or .bat. > script, what will it do when the script includes shell commands like > `for', `alias', `set' etc.? That depends on what you list as the first line of the script. If you list #!C:\BIN\MS_SH.EXE, it might work.