home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!mcsun!sunic!liuida!isy!isy.liu.se!grabber
- From: grabber@isy.liu.se (Olof Zachrisson;Joakim Verona)
- Subject: ARexx and shell commands (question)
- Message-ID: <grabber.713975356@isy.liu.se>
- Sender: news@isy.liu.se (Lord of the News)
- Organization: Dept of EE, University of Linkoping
- Date: 16 Aug 92 14:29:16 GMT
- Lines: 15
-
- I've been looking into ARexx recently, and tried the following program:
-
- /* a little test.. */
- dir
- say "I'm here!"
-
- Now, the second line, "dir", is supposed to be passed to the shell, doing
- a directory listing. But what I get is a "I'm here!", and nothing else!
-
- So what is the problem here?
-
-
- Please (e)mail replies. Thanks in advance,
-
- Olof Z.
-