home *** CD-ROM | disk | FTP | other *** search
/ IBM CD Showcase / OS2_CD_ROM.iso / os21_049 / mmpm2 / dinstsnd.cmd < prev    next >
Encoding:
Text File  |  1993-04-10  |  836 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 'Installationsabbau erfolgreich'
  15.    say 'System nun neu starten'
  16.   End
  17. Else
  18.    say 'Installationsabbau fehlgeschlagen'
  19.