#| -*-Scheme-*-
-$Id: doscom.scm,v 1.1 1993/02/25 02:49:43 gjr Exp $
+$Id: doscom.scm,v 1.2 1993/02/25 02:56:52 gjr Exp $
Copyright (c) 1992-1993 Massachusetts Institute of Technology
(declare (usual-integrations))
\f
+(load-option 'DOSPROCESS)
+
(define-command shell-command
"Execute string COMMAND in inferior shell; display output, if any.
Optional second arg true (prefix arg, if interactive) means
#| -*-Scheme-*-
-$Id: dosshell.scm,v 1.1 1993/02/25 02:50:59 gjr Exp $
+$Id: dosshell.scm,v 1.2 1993/02/25 02:56:29 gjr Exp $
Copyright (c) 1992-1993 Massachusetts Institute of Technology
(declare (usual-integrations))
\f
+(load-option 'DOSPROCESS)
+
(define-major-mode pseudo-shell fundamental "Pseudo Shell"
"Major mode for executing DOS commands.
Return executes the current line as a DOS command.