CompuServe Messages

T-Rexx/RexxMast

    17-Jan-94 04:32:00
Sb: #72359-T-Rexx/RexxMast
Fm: Brian Bartlett 72037,570
To: Patrick White 71541,3437
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