home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Resources
/
System
/
BoingBag1
/
Contributions
/
Workbench
/
ARexx
/
Delete.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-12-20
|
326b
|
16 lines
/*
$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