pipe-shell-command - Execute a single operating system command
$ME_PIPE_STDERR - Command line diversion to stderr symbol
n pipe-shell-command "command" ["buffer-name"] (esc @)
[MS-DOS and Win32s Only]
$ME_PIPE_STDERR "string"; Default is undefined.
pipe-shell-command executes one operating system command command and pipes the resulting output into a buffer with the name of *command*.
The argument n can be used to change the default behavior of pipe-shell-command described above, n is a bit based flag where:-
0x01
0x02
0x04
%COMSPEC% /c command
Where %COMSPEC% is typically command.com. If this bit is set, the "command" is launched directly.
0x08
0x10
On MS-DOS and Win32s the standard shell command.com(1) does not support the piping of stderr to a file. Other shells, such as 4Dos.com(1), do, using the command-line argument ">&". If the environment variable "ME_PIPE_STDERR" is defined (the value is not used) then MicroEmacs assumes that the current shell supports piping of stderr.
(c) Copyright JASSPA 1999
Last Modified: 1999/03/09
Generated On: 1999/12/01