/*****************************************************************\
* *
* SIMPLESELECT and SIMPLEDESELECT commands for Directory Opus 5 *
* *
* Written by Timo Kaikumaa (timok@cc.tut.fi) *
* *
* ARexx script for Directory Opus 5.5 giving you two new *
* select commands. To make them work, place this script into *
* "dopus5:modules" directory. *
* *
* This script was written because the original DOpus select *
* command is rather clumsy to use, especially when deselecting *
* files. Both "SimpleSelect" and "SimpleDeselect" open up a *
* requester asking a filename only pattern to (de)select files. *
* *
* The commands will operate on multiple source directories in *
* case they were executed outside any lister context. *
* *
* Bugs: the pattern used is not memorized like in the original *
* select command. *
* *
* Hint: try these commands in lister toolbar - use left mouse *
* button for SimpleSelect and right button for SimpleDeselect. *
* *
\*****************************************************************/
|