Hi there,
I want to open drawer window on Workbench with Shell/ARexx script.
Many of you already know, the Workbench has an ARexx port "WORKBENCH" and we can use "WINDOW WINDOWS .... OPEN" for this purpose.
I tried below from shell and they worked fine

:
rx "ADDRESS WORKBENCH WINDOW WINDOWS 'Workbench:' OPEN"
rx "ADDRESS WORKBENCH WINDOW WINDOWS 'Devs:DOSDrivers' OPEN"
rx "ADDRESS WORKBENCH WINDOW WINDOWS 'Work:' OPEN"
But what about, for example 'RAM Disk:T' ?
I tried below from shell but it was failed :
rx "ADDRESS WORKBENCH WINDOW WINDOWS 'RAM Disk:T' OPEN"
When space char exists in path, it can not be opened from shell.
Anyone, any ideas???