Path: utzoo!attcan!uunet!wuarchive!brutus.cs.uiuc.edu!apple!usc!cs.utexas.edu!csd4.csd.uwm.edu!mailrus!ukma!gatech!udel!new From: new@udel.EDU (Darren New) Newsgroups: comp.sys.amiga.tech Subject: ARexx help Message-ID: <22442@louie.udel.EDU> Date: 24 Aug 89 21:58:53 GMT Sender: usenet@udel.EDU Reply-To: new@udel.EDU (Darren New) Organization: University of Delaware Lines: 16 I would think this should be simple, but maybe I'm missing something. I want to be able to say 1> cd sys:xyz/pdq 1> rx hello SYS:xyz/pdq 1> Where hello.rexx contains something along the lines of: /* hello.rexx */ address command 'cd' However, it seems as though SYS: is the current dir for all the commands I start from ARexx. What am I doing wrong? Thanks in advance. -- Darren