Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!mips!spool.mu.edu!munnari.oz.au!uniwa!DIALix!steved From: steved@DIALix.oz.au (Steve Doherty) Newsgroups: comp.sys.amiga.misc Subject: Re: AREXX Message-ID: <981@DIALix.oz.au> Date: 11 May 91 07:29:57 GMT References: <1991May10.153111.26018@msuinfo.cl.msu.edu> Reply-To: steved@DIALix.UUCP (Steve Doherty) Organization: DIALix Services, Perth Western Australia Lines: 15 >Ok, I am probably doing something stupid, but I can no longer get arexx programs >to execute under 2.02. I create an arexx file, named test.rexx and put it Have you got the initial comment string as the first line in the script? E.g. /* comment for rexx */ say 'Hello!' That may be your problem - bit me a few times 8v) Cheers, Steve