Previous Top Next

Installation

Make a directory where you will place all the rexx libraries, documents and rexx interpreter. Remember to place rexx directory to dos PATH, and create an environment variable RXLIB in your autoexec.bat, which will point the directory where all rexx libraries are placed. ie. set rxlib=c:\rexx If you are a 4DOS user you can also use another environment variable like: set .r=c:\rexx\rx.exe where all the files with extension ".R" will now be executable.

Previous Top Next