scsh-users
[Top] [All Lists]

Re: comma commands in batch mode

To: scsh@martigny.ai.mit.edu
Subject: Re: comma commands in batch mode
From: spot@HOPELESS.MESS.CS.CMU.EDU
Date: Tue, 9 Jan 96 13:06:12 EST
Cc: jsc@atype.com
Sender: spot@HOPELESS.MESS.CS.CMU.EDU
Source-info: Sender is really spot@HOPELESS.MESS.CS.CMU.EDU
> Can one run comma commands (,load ,open etc.) from a script running
> in batch mode?

yes, but the syntax is different (parenthesized).  for example, i load
a file with the following lines:

(config '(load "markup/util.scm"))
(config '(load "markup/match48.scm"))
(config '(load "markup/convert.scm"))
(config '(load "markup/dot.scm"))
(config '(load "markup/layout.scm"))
(config '(load "markup/main.scm"))
(config '(load "packages.scm"))

with this interactive command

,exec ,load loadem.exec


<Prev in Thread] Current Thread [Next in Thread>