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

  1. Path: sparky!uunet!ogicse!emory!swrinde!zaphod.mps.ohio-state.edu!uunet.ca!rose!usenet
  2. From: tom.koschate@rose.com (tom koschate)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: Command in REXX
  5. Message-ID: <1992Nov19.035156.290@rose.com>
  6. Date: 19 Nov 92 03:51:53 GMT
  7. Article-I.D.: rose.1992Nov19.035156.290
  8. Sender: usenet@rose.com (Usenet Gateway)
  9. Organization: Rose Media Inc, Toronto, Ontario.
  10. Lines: 21
  11. X-Gated-By: Usenet <==> RoseMail Gateway (v1.70)
  12.  
  13.  
  14. Date Entered: 11-18-92 22:45
  15. In article <19921118.135726.970@almaden.ibm.com>, francis@vnet.ibm.com writes 
  16.  
  17. F(> The following program will allow you to type in (and execute) any REXX 
  18. F(> commands.  Try it - it's useful for learning new REXX commands. 
  19. F(>  
  20. F(> /**/ 
  21. F(> do forever 
  22. F(>   parse pull cmd 
  23. F(>   interpret cmd 
  24. F(> end 
  25.  
  26. Of course, one might want to use the REXXTRY.CMD program that's  
  27. provided with OS/2 exactly for such purposes, or even PMRexx . . . 
  28.  
  29. Tom 
  30. ---
  31.    KWQ/2 1.0C   Dyslexics, untie!
  32.                      
  33.    RM 2.00 : RoseNet<=>Usenet Gateway : Rose Media 416-733-2285
  34.