home *** CD-ROM | disk | FTP | other *** search
- /**/
-
- call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
- call SysLoadFuncs
-
- ret = SysDestroyObject( "<WP_FutureWaveEditor_Install>" );
- ret = SysDestroyObject( "<WP_FutureWaveEditor>" );
-
- if ret = 1 then do
- ret = SysDestroyObject( "<WP_FutureWave>" );
- end
-
- call SysDropFuncs
-
- exit