CompuServe Thread

#T-Rexx/RexxMast

2 messages in this thread
#72359From: Patrick WhiteJan 16, 1994 12:23 AM
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
#72416From: Brian BartlettJan 17, 1994 4:32 AM
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