Mail Archives: djgpp-workers/1996/08/06/21:30:38
Date: | Tue, 6 Aug 1996 21:27:36 -0400
|
Message-Id: | <199608070127.VAA17283@delorie.com>
|
From: | DJ Delorie <dj>
|
To: | eliz AT is DOT elta DOT co DOT il
|
CC: | djgpp-workers AT delorie DOT com
|
In-reply-to: | <Pine.SUN.3.91.960806192421.15152B-100000@is> (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.
- Raw text -