home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!sol.ctr.columbia.edu!lll-winken!taurus!oc.nps.navy.mil!rovero
- From: rovero@oc.nps.navy.mil (Josh Rovero)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: ARexx and shell commands (question)
- Message-ID: <5918@taurus.cs.nps.navy.mil>
- Date: 16 Aug 92 20:47:45 GMT
- References: <grabber.713975356@isy.liu.se>
- Sender: news@taurus.cs.nps.navy.mil
- Organization: Naval Postgraduate School, Monterey CA
- Lines: 17
-
- Put the 'dir' and any other commands destined for AmigaDos (ie, any
- non-ARexx commands) in single quotes. Examples:
-
- /* Testing commands to ARexx and to AmigaDOs shell */
-
- 'dir df0:'
- result = open(infile,'test.data','R')
- say result
-
- /* run dw */
- 'dw'
-
- --
- Josh Rovero (rovero@oc.nps.navy.mil) | or Internet 5346p@cc.nps.navy.mil
- Department of Oceanography, Code OC/Rv | Bitnet 5346p@NAVPGS
- Naval Postgraduate School |
- Monterey, CA 93943 (408) 646-2084 |
-