#Help in REXX
14-Jan-95 20:37:43
Sb: #45211-#Help in REXX
Fm: George Morrison 75021,327
To: Steve Ahlstrom 76703,2006
Steve;
Thanks for the reply. I do have the 2 lines in my script. This is a
list up to the point where it stops:
if~show('l',"rexxsupport.library")then
addlib('rexxsupport.library',0,-30,0)
address command "run ap:autopilot"
address command 'waitforport AP_REXX'
address 'AP_REXX'
call delay 40
LOGON
portup = 'NO'
I'm looking at my files and I think maybe I'm missing AP_REXX, I don't
seem to see it anywhere. Did it come with AP? or is it something extra I
need. All my rexx.. files are in Libs so I tried both 'l' and 'Libs'
I'll try going back through the book and see if I can pickup on anything.
Thanks;
George