home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / REXXIT.ZIP / README < prev    next >
Text File  |  1992-12-06  |  2KB  |  52 lines

  1.  
  2. Setup instructions:
  3.  
  4. For this tutorial, we are going to be creating a series of REXX programs
  5. that we will run during the tutorial and we will also be using a program
  6. called rexxtry.cmd to interactively execute some REXX logic.  To get maximum
  7. benefit, I suggest the following preparation:
  8.  
  9.   1)  create a directory for the .CMD files that came with the tutorial.
  10.   You should have the following files in this directory:
  11.  
  12.       hello.cmd
  13.       rexxdir.cmd
  14.       arg.cmd
  15.       sizeused.cmd
  16.  
  17.   2)  Open an OS/2 windowed command prompt and make the directory you created
  18.   in step 1) the current directory.  I will be asking you to issue some
  19.   commands and run the REXX programs in this window.
  20.  
  21.   3)  Open a second OS/2 windowed command prompt and issue the command
  22.   "rexxtry" at the prompt.  This be bring up an interative REXX program
  23.   environment.  The interactive environment allows you to directly type in
  24.   REXX instructions and have them executed.  We will be switching between
  25.   the two windows to run some complete REXX programs and enter instructions
  26.   in REXXTRY.  I will refer to these as the "prompt" and "rexxtry" as I
  27.   go along.  If I tell you to enter something at the prompt, I want you to
  28.   enter a command at the OS/2 command prompt.  If I tell you to type
  29.   something into rexxtry, I mean at the rexxtry prompt.
  30.  
  31. General Logistics
  32.  
  33. I will be working from a prepared script, leading you through some common
  34. REXX concepts that require you to run some short .CMD files or try out some
  35. REXX code in rexxtry.  I will be sending out the information from my end
  36. using cut-and-paste from a master script, but I will be doing everything
  37. I instruct you to do myself so that I give everybody sufficient time to
  38. do the stuff I tell you.
  39.  
  40. I have several breaks scheduled to take questions about things just covered,
  41. as well as opportunity at the end for additional questions.
  42.  
  43. Additional Information
  44.  
  45. The REXX reference information is available in online form in the OS/2
  46. Information folder.  There is also a hardcopy version of this available as
  47. The OS/2 REXX/2 Reference Manual, IBM order number S10G-6268.  We also have
  48. a seperate User's Guide available, a text book approach to teaching REXX.
  49. This is an excellent manual for learning how to program in REXX.  It is
  50. targetted for relatively inexperienced users, but is useful for very
  51. experienced ones also.
  52.