Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!mcgill-vision!snorkelwacker!usc!wuarchive!cs.utexas.edu!ut-emx!waf2000!will From: will@waf2000.UUCP (Will Fiveash) Newsgroups: comp.sys.amiga.tech Subject: Arexx help Keywords: newshell, RCS ci, crashing Message-ID: <03468.AA03468@waf2000.UUCP> Date: 3 Sep 90 23:59:19 GMT Followup-To: comp.sys.amiga.tech Lines: 29 This is a previous post that has been modified. I have been trying to integrate RCS commands with ARexx and CED. Unfortunately, I seem unable to launch an Arexx script from CED that executes the RCS command ci without crashing my system. The following is a bit of the Arexx script. cr = '0A'X conwindow = "newcon:0/0/640/100/CI" cmd = 'cd '||path||cr||'rcs:ci -l '||sourcefile||cr||'endcli'||cr open(cmdfile,"tmp:ci.sh",write) writech(cmdfile,cmd) /* create checkin script */ close(cmdfile) address command 'devkit:c/WBTF' /* move workbench screen to front */ options failat 999 address command 'newshell' conwindow "tmp:ci.sh" /* this is where is crashes */ /* end example */ I get the ci prompt in the new window but after I finish the log message, the software error alert greets me. If I execute the 'newshell conwindow tmp:ci.sh' from a CLI it works just fine. This is driving me crazy. Does this have anything to do with the task vs process environment? I am using Arexx 1.10 and the latest CED release. -- Will Fiveash UUCP:home ...!cs.utexas.edu!ut-emx!waf2000!will