[comp.sys.amiga] Rexx help wanted

laba-2kc@web-2c.berkeley.edu (Sang Yup Kim) (08/13/89)

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