Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!bionet!agate!root
From: laba-2kc@web-2c.berkeley.edu (Sang Yup Kim)
Newsgroups: comp.sys.amiga
Subject: Rexx help wanted
Keywords: Rexx, CED, CygnusEd Prof
Message-ID: <1989Aug13.045045.13965@agate.berkeley.edu>
Date: 13 Aug 89 04:50:45 GMT
Distribution: usa
Organization: University of California, Berkeley
Lines: 39

Can anyone help me with this??

What follows is a rexx program (designed to be called from Cygnus Ed
Professional) which is supposed to call lmk (directing the output to a
special error file) or lc.  It works... up to the point where it calls lmk
or lc.  Can anyone tell me why?

This is my system configuration:
	2000HD (1 Floppy, 1 Hard Drive)
	2 MB on a MicroBiotics (DIP) 8-UP! board
	1 MB Agnus Chip
	ARexx 1.06
	Mymenu
	Wicon
	Tapestry
	Cygnus Ed Professsional (Of course!)

Post or send e-mail to:
	Na Choon Piaw	laba-2kc@web.berkeley.edu

----------------------------- cut here -------------------------------

/* Compile.ced */
/* Calls either make or lc (with defaults) for file */

trace ?R
options results
Save All Changes
status 20
x = result
if exists(x || '/Makefile') then
   do
      'Send DOS/ARexx Command' 'lmk >t:CC.ERR'
      return
   end
/* build command to send */
status 21
x = result
'Send DOS/ARexx Command' 'lc >t:CC.ERR -L -rr -causf' x