home *** CD-ROM | disk | FTP | other *** search
- /* rexx program: unzip file, after that open the Pack folder
- open folder does only work with Warp 3 or 4 */
-
- "echo J | del * > NUL"
- "unzip %1"
-
- Call RxFuncAdd 'SysLoadFuncs','RexxUtil','SysLoadFuncs'
- Call SysLoadFuncs
-
- Call SysOpenObject "<MVPackFolder>", ICON, TRUE