home *** CD-ROM | disk | FTP | other *** search
- /* This program will quit the player when you run it. */
- /* */
- /* WHY!? Well, if you use the 'Close2Iconify.aplay' you can't quit, */
- /* except if you use 'Exchange' and send a 'remove' to the program. */
- /* Therefore we advise you to install this script on a F-key, so that */
- /* you easily can quit the program. */
-
- ADDRESS APlayer
- OPTIONS RESULTS
- SIGNAL ON HALT
-
- Quit
-
- /* 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 Quit.aplay script has been stopped. Why you did it, we don''t know.'
- EXIT
-