Gobo Eiffel Kernel Library
Copyright (c) 2001-2002, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2004/12/22 22:49:51 $
$Revision: 1.7 $
-- Command to be executed from the shell
-- Exit status code of the last execution of command;
-- Its meaning depends on the value of is_user_code
-- and is_system_code.
-- Ask operating system to execute command. Wait until
-- termination. Make exit status available in exit_code,
-- is_user_code and is_system_code.
-- (Note that under Windows 95/98 the exit status code
-- returned is always 0 when is_user_code is true.)
Interface for shell commands