home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / programm / 12375 < prev    next >
Encoding:
Text File  |  1992-08-16  |  755 b   |  26 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!mcsun!sunic!liuida!isy!isy.liu.se!grabber
  3. From: grabber@isy.liu.se (Olof Zachrisson;Joakim Verona)
  4. Subject: ARexx and shell commands (question)
  5. Message-ID: <grabber.713975356@isy.liu.se>
  6. Sender: news@isy.liu.se (Lord of the News)
  7. Organization: Dept of EE, University of Linkoping
  8. Date: 16 Aug 92 14:29:16 GMT
  9. Lines: 15
  10.  
  11. I've been looking into ARexx recently, and tried the following program:
  12.  
  13.     /* a little test..  */
  14.     dir                   
  15.     say "I'm here!"
  16.  
  17. Now, the second line, "dir", is supposed to be passed to the shell, doing
  18. a directory listing. But what I get is a "I'm here!", and nothing else!
  19.  
  20. So what is the problem here?
  21.  
  22.  
  23. Please (e)mail replies. Thanks in advance,
  24.  
  25. Olof Z.
  26.