home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 109
/
EnigmaAmiga109CD.iso
/
software
/
utilities
/
t.h.e.
/
rexx
/
closeactivewin.rexx
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1999-11-06
|
292 b
|
17 lines
/*
$VER: CloseActiveWin.rexx 1.2 (06.11.99) Copyright (c) Nils Görs & Luca Danelon.
Closes the active workbench window.
*/
options results
ADDRESS WORKBENCH
GETATTR OBJECT WINDOWS.ACTIVE
IF result ~= "root" THEN activewin = result
ELSE EXIT
WINDOW '"' || activewin || '"' CLOSE