home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 14 / 14.iso / s / s005 / 25.ddi / PACK0.PK1 / DINSTSND.CMD < prev    next >
Encoding:
Text File  |  1993-02-23  |  797 b   |  19 lines

  1. /*********************************************************************/
  2. /*                 REXX Command File                                 */
  3. /*  (C) Copyright IBM Corporation 1991, 1993                         */
  4. /*  All Rights Reserved.                                             */
  5. /*  IBM is a registered trademark of International Business Machines */
  6. /*********************************************************************/
  7. /*  DINSTSND                                                         */
  8. /*********************************************************************/
  9. Call RXFUNCADD "mciRxDeInstMMSound", "MMSND", "mciRxDeInstMMSound"
  10. rc = mciRxDeInstMMSound()
  11.  
  12. If (rc='1') Then
  13.   Do
  14.    say 'Deinstall successful'
  15.    say 'Now reboot'
  16.   End
  17. Else
  18.    say 'Deinstall failed'
  19.