home *** CD-ROM | disk | FTP | other *** search
- /*
- $VER: Delete.rexx 1.1 (06.11.99) Copyright (c) Nils Görs & Luca Danelon.
-
- deletes selected icon(s). I recommend to install script as
- hotkey placed on the [DEL] button.
- */
-
- options results
-
- ADDRESS WORKBENCH
-
- GETATTR OBJECT WINDOWS.ACTIVE
- activewin = result
-
- MENU WINDOW '"' || activewin || '"' INVOKE ICONS.DELETE
-