After having installed T-Rexx with the "install" program and having put
RexxMast in the WBStartup drawer. Each time I startup my Toaster 4000, I
get the error message, "The ARexx server (RexxMast) is not running.
Please start the ARexx server before running Pop_TR".
What am doing wrong? Do I need to change my user-startup sequence?
Thanks in advance.
Burning the Midnight Toast
Patrick White
Patrick,
what is happening is that T-Rexx is starting before RexxMast even has a
chance of being loaded. What I'd suggest is starting RexxMast early on in
your User-Startup rather than from the WBStartup drawer. In my case, I
have RexxMast in my System drawer so I added the following line to my
User-Startup:
Sys:System/RexxMast >NIL:
change the path accordingly.
Brian
bjbart@watserv.ucr.edu