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 <return>(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
|