/*********************************************************/ /* */ /* rexx:PlaySample.rexx V1.0 */ /* */ /* ARexx script for UPD sound daemon */ /* */ /* © 1991 Stefan Becker */ /* */ /* ToolManager configuration file entry for this script: */ /* */ /* CLI: */ /* Alias = Play Sample */ /* RealName = rx PlaySample */ /* # */ /* */ /*********************************************************/ /* Parse command line */ PARSE ARG cmdline /* Send message to UPD's ARexx port */ ADDRESS PLAY 'file ' cmdline /* Exit script */ RETURN 0