Well folks, this is my first try at programming in ARexx. I decided that the one thing I was missing was a MAKE utility. When I purchased ARexx, I figured that I would make my own RXMAKE utility. Notice that the following CLI assignments are necessary: assign Source: ram:Source assign Obj: ram:Source/Obj RXMAKE assumes that you have copied your source files into these ram: directories. I also assume that your diskette is labeled "SourceDisk". If it is not, change the references in the file rcomp to whatever your diskette is actually labeled. This version of RXMAKE is not exactly a finished product, as I have taken only a grand total of 2 days to put it together. It does not, for instance, handle changing of months at all! (Years, yes, but not months. Years were easy! :) However, I thought that it was good enough for people to see what could be done with ARexx! So have fun with it! Kevin Ferlazzo 76137,3535