CompuServe Messages

Arexx & Icons

    10-Jan-92 23:26:54
Sb: #18859-Arexx & Icons
Fm: John Bianchi 76256,3436
To: Bill Hawes 72230,267
Ken, In 2.0, the path set up before the LOADWB command in the S-S sets up SYS:RexxC in your system path (if not just add a path command to your S:User-StartUp Anyway, under 2.04, the system path is searched for ToolType entries. No more need to provide the path (ie: ToolType rx will work). Remember, only the path setup before the LOADWB will be used by WorkBench as later PATH <> ADD commands on a CLI will only be used for that CLI. It really is a bother to remove the path stuff, especially when a PD author expects ":c/MuchMore" when I put MuchMore in my DH0:Readers directory and add it to my command path in s:User-StartUp (I keep C: as CBM supplied only files). When LIST and DIR can handle multiple assigns, then my special dirs will be also be assigned to C: as in: Assign C: SYS:C DH0:MyC … but alas, many progs including CBM's LIST only see SYS:C. Guess it'll have to be fixed in 2.1 or something