home *** CD-ROM | disk | FTP | other *** search
- /* This program will iconify instead of quit when you push the close */
- /* button. */
- /* */
- /* To use this you will have to set this script up so that it runs, */
- /* whenever you push the quit button. You do this in the Arexx-config */
- /* Window. Go to the field marked 'ED:' and insert this script here. */
- /* */
- /* PS: Notice that the only way you can quit the program is either via */
- /* the 'quit.aplay' script or by using 'Exchange' and pressing the */
- /* 'remove' button. */
-
- ADDRESS APlayer
- OPTIONS RESULTS
- SIGNAL ON HALT
-
- Iconify
-
- /* Amazing script, isn't it ;-). Why don't you make your own? */
-
- /*
- This is the 'emergencybrake' part of this script. If you can't stop this
- sucker run the program HI which is located in the RXC drawer on your
- sys: partition.
- */
-
- HALT:
- Say 'The Close2Iconify.aplay script has been stopped. C U L8R.'
- EXIT
-