home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
text
/
skoed
/
arexx
/
clearscmsg.rexx
next >
Wrap
OS/2 REXX Batch file
|
1995-02-27
|
165b
|
12 lines
/* REXX scrip to delete all SCMsg Messages */
Options RESULTS
if ~show('P', 'SC_SCMSG') then do
SAY "SCMSG NOT found"
exit 0
end
address "SC_SCMSG"
'CLEAR'