This other installation does not require you to put a dozen of files into your already overfull rexx: directory. Only the file namestruc need to be there. All the other files can reside in any directory, TeX:rexx/ preferred. For this setup to work, you have to use full path names when calling the macros.
arexx-start-script rx TeX-server.rexx into
arexx-start-script rx TeX:rexx/TeX-Server.rexx
Change the entries for the function keys too, use full path names:
f1 TeX:rexx/Start_TeX.sd f2 TeX:rexx/Start_TeX.sd ? f3 TeX:rexx/Quit_TeX f10 TeX:rexx/WBtoFront F2 TeX:rexx/Start_TeX.sd
; Add some ESC-x functions ; this one will use the format in ENV:TEXFORMAT or ask for one fset tex-compile "\exrexx\nTeX:rexx/Start_TeX.mg\n" ; this one will ask for a format to be specified fset tex-compile-queryf "\exrexx\nTeX:rexx/Start_TeX.mg ?\n" ;fset tex-compile-latex "\exrexx\nTeX:rexx/Start_TeX.mg latexgde\n" ; demo other possibilities fset tex-view-to-front "\exrexx\nTeX:rexx/SDVItoFront.mg\n" fset tex-quit "\exrexx\nTeX:rexx/Quit_TeX\n"
That's all there is to do!