home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 106 / af106sub.adf / ARCLIC.lzx / ArCLIC / ARCLIC.readme next >
Text File  |  2003-05-16  |  3KB  |  69 lines

  1. Short:    ARexx Command Line Interpreter Console (learn,test,try,etc)
  2. Author:   hauri_felix@bluewin.ch (Felix Hauri)
  3. Uploader: hauri_felix@bluewin.ch  (Felix Hauri)
  4. Type:     util/rexx
  5. REQUIRED: An Amiga with OS 2.04 +
  6. ---------------------------------------------------------------------
  7.                             Sainte-Croix, le 16 novembre 1997 à 16:27
  8. INTRODUCTION
  9.  This script provide an ARexx Command-Line Interpreter Console
  10.  in a normal shell console. You can run it in every type of
  11.  console like NewCon:, KingCon: or any else.
  12.  
  13. INSTALLATION
  14.  Simply copy the script to your REXX: drawer.
  15.  
  16. SYNTAX
  17.  In normal way you will run it from shell with the following
  18.  syntaxe:
  19.  RX ARCLIC [PORT]
  20.  
  21.  If the argument PORT is provided, the interpreter will begin
  22.  at this ADDRESS.
  23.  If else, the port 'COMMAND' will be used.
  24.  
  25.  Note 1: The server ARexx: 'RexxMast' must be present!
  26.  Also make a double-click on the RexxMast's icon in the
  27.  "System" drawer of your workbench's disk.
  28.  or add the following line to your 'S:User-Startup'
  29. >> SYS:System/RexxMast >NIL:                            <<
  30.  
  31.  Note 2: you must have the path to 'SYS:Rexxc/' present in your
  32.  path-list. Or else you must add the path to the command:
  33.  SYS:Rexxc/RX ARCLIC [PORT].
  34.  
  35.  Or you can simply make a double-click on his icon (see note 1)
  36.  
  37. FEATURES
  38.   *    Error trapping (not developped but trapped)
  39.   *    No use of variable (you can use every you want)
  40.   *    Prompt with the Return Code and the Result of the last
  41.        command, and the address where you work.
  42.        Note that if you want to modify the prompt, there is no
  43.        variable! You must modify the script but it's simple!
  44.   *    It's an example of AddOn to the promt: the time info.
  45.        Go take a look!
  46.   *    Way to add special user function (Its two examples
  47.        functions: ARCLIC_Mille() and ARCLIC_Info() )
  48.  
  49. DISCLAIMER
  50.  This script is provided as is. I am not responsible in any way
  51.  if somethig wrong, go down or else. I can not be responsible
  52.  of any dammage caused to your computer, your datas, your wife
  53.  or any else.
  54.  
  55.  Be care when you use some rexxs librarys! With the ARexx you
  56.  can direct access to sensible memory or dangerous library
  57.  calls!!!
  58.  
  59. COPYRIGHT
  60.  This script may be freely distributed without profit! In
  61.  in unmodified version!!!
  62. _____________________________________________________________________
  63. Félix Hauri - Informaticien consultant |\    /|      ___  _
  64. -------------------------------------- | \__/ |     /    -   /   o
  65. 7, rue Centrale / CH-1450 Sainte-Croix | .  . |    /_  ___  /
  66. tél: (+41/0)24 454 54 04 /fax:...54 00 |  /\  |   /   /__/ /   /  \/
  67. http://www.gkb.com/ch/hauri/home.html  | \__/ |  /   /__  /_  /_  /\
  68. mailto:hauri_felix@bluewin.ch           \____/  ---------------------
  69.