home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / os2 / programm / 6530 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  1.0 KB

  1. Path: sparky!uunet!gumby!destroyer!cs.ubc.ca!bcsystems!sasmith
  2. From: sasmith@galaxy.gov.bc.ca
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: Command in REXX to execute the text in a variable?
  5. Message-ID: <1992Nov18.111554.1243@galaxy.gov.bc.ca>
  6. Date: 18 Nov 92 11:15:54 -0800
  7. References: <widow.722104795@camelot>
  8. Distribution: usa
  9. Organization: BC Systems Corporation
  10. Lines: 20
  11.  
  12. In article <widow.722104795@camelot>, widow@camelot.bradley.edu (Shaun Burnett) writes:
  13.  
  14. >     xxxxx Program,Filename
  15. >     where xxxxx is a command that would pass "f:\utils\unzip -v
  16. >     g:\aoc.zip" to an environment shell (DOS or OS/2).
  17. >     Any help would be greatly appreciated.  I haven't found a
  18. >     "quick reference" that describes all the commands on one page,
  19.     How about 
  20.  
  21.        interpret Filename Program
  22.  
  23.     The REXX interpret command should handle this.
  24. -- 
  25. ================================================================
  26.        Steve Smith
  27.        BC Systems Corporation
  28.        Victoria, B.C.  Canada
  29.        Internet: sasmith@bcsc02.gov.bc.ca
  30.