home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zipshell.zip / un_zip.cmd < prev    next >
OS/2 REXX Batch file  |  1996-12-14  |  292b  |  10 lines

  1. /* rexx program: unzip file, after that open the Pack folder
  2.    open folder does only work with Warp 3 or 4              */
  3.  
  4. "echo J | del * > NUL"
  5. "unzip %1"
  6.  
  7. Call RxFuncAdd 'SysLoadFuncs','RexxUtil','SysLoadFuncs'
  8. Call SysLoadFuncs
  9.  
  10. Call SysOpenObject "<MVPackFolder>", ICON, TRUE