home *** CD-ROM | disk | FTP | other *** search
- /*********************************************************************/
- /* REXX Command File */
- /* (C) Copyright IBM Corporation 1991, 1993 */
- /* All Rights Reserved. */
- /* IBM is a registered trademark of International Business Machines */
- /*********************************************************************/
- /* DINSTSND */
- /*********************************************************************/
- Call RXFUNCADD "mciRxDeInstMMSound", "MMSND", "mciRxDeInstMMSound"
- rc = mciRxDeInstMMSound()
-
- If (rc='1') Then
- Do
- say 'Deinstall successful'
- say 'Now reboot'
- End
- Else
- say 'Deinstall failed'
-