home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 11 Util
/
11-Util.zip
/
PWFOLDER.ZIP
/
PWFDEL.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1992-04-09
|
290b
|
14 lines
/* */
Call RxFuncadd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
Call SysLoadFuncs
'@echo off'
RetCode = SysDeregisterObjectClass( "PWFolder");
if RetCode then
say 'Uninstall successfully completed for PWFolder class'
say 'Re-boot NOW in order to release DLL'
'pause'