CompuServe Messages

Assigns in 2.1

    29-Dec-92 19:22:13
Sb: #83062-Assigns in 2.1
Fm: Christopher Tolmie 73657,3335
To: Steve Motto 75570,2674
Steve, Well maybe I'm doing something wrong then. I used: Assign REXX: sys:rexx Assign REXX: dh2:rexx ADD Then from a shell (a WSHell BTW) I issued an ARexx script rx menu.rexx /* I used the exact name although a WSHell doesn't require */ /* the [rx] or the .rexx suffix */ 01.249 REXX: 4>menu Unknown command menu 00.083 REXX: 4>rx menu Command returned 5/1: Program not found 00.133 REXX: 4>rx rexx:menu Type Number OR Letters of Program you wish to RUN. Now it worked here when I included the device name, good. .01.249 REXX: 4>menu Unknown command menu 00.083 REXX: 4>rx menu Command returned 5/1: Program not found 00.133 REXX: 4>rx rexx:menu It didn't work here like it should, WSHell should look in REXX: for menu.rexx 00.983 REXX: 4>copy dh2:rexx/menu.rexx sys:rexx 00.199 REXX: 4>menu Type Number OR Letters of Program you wish to RUN. 01.016 REXX: 4>delete sys:rexx/menu.rexx sys:rexx/menu.rexx Deleted 00.183 REXX: 4>menu Unknown command menu 00.083 REXX: 4>rx menu Command returned 5/1: Program not found What am I doing wrong? Chris