Short: ARexx Interpreter (shell in virtual ARexx mode) Author: Bruce steers Uploader: http://web ukonline co uk/bsteers/ Type: util/rexx Version: 1 Architecture: m68k-amigaos Required: AWNP 2.43+ , Classact or os3.5+Reaction ParseRX by Brucey (one stupidly simple ARexx Utility:) this whole program is based around this loop... DO FOREVER CALL WRITECH(STDOUT, '1B'X || '[33m'RC'' || '1B'X || '[31m:' || '1B'X || '[32m'address()'' || '1B'X || '[31m: ') PRX_LN=READLN(STDIN) INTERPRET PRX_LN END you would type the command "exit" to leave it all the rest of this script is fancy functions to aid in making/debugging arexx functions (Using AWNPipe) commands so far are ... Q,EXIT or (twice) will Quit ParseRX SHP = same as typing "say show('p')" ADC = ADDRESS COMMAND ADR portname = address portname (ADRQ for Requester) ADV portname = address value portname (ADVQ for Requester) ALIB / RLIB to Add Revove ARexx libraries