home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gumby!destroyer!cs.ubc.ca!bcsystems!sasmith
- From: sasmith@galaxy.gov.bc.ca
- Newsgroups: comp.os.os2.programmer
- Subject: Re: Command in REXX to execute the text in a variable?
- Message-ID: <1992Nov18.111554.1243@galaxy.gov.bc.ca>
- Date: 18 Nov 92 11:15:54 -0800
- References: <widow.722104795@camelot>
- Distribution: usa
- Organization: BC Systems Corporation
- Lines: 20
-
- In article <widow.722104795@camelot>, widow@camelot.bradley.edu (Shaun Burnett) writes:
-
- > xxxxx Program,Filename
- >
- > where xxxxx is a command that would pass "f:\utils\unzip -v
- > g:\aoc.zip" to an environment shell (DOS or OS/2).
- >
- > Any help would be greatly appreciated. I haven't found a
- > "quick reference" that describes all the commands on one page,
- How about
-
- interpret Filename Program
-
- The REXX interpret command should handle this.
- --
- ================================================================
- Steve Smith
- BC Systems Corporation
- Victoria, B.C. Canada
- Internet: sasmith@bcsc02.gov.bc.ca
-