home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / desktop / wimpbar / !WimpBar2 / Macros / UnzipIt < prev    next >
Text File  |  1998-03-08  |  221b  |  11 lines

  1. |
  2. | Unzip the Zipfile dragged to WimpBar2 into it's parent directory
  3. |
  4. Set Alias$TempPrefix Prefix 
  5. RmEnsure DDEUtils 0 Set Alias$TempPrefix Dir 
  6.  
  7. Echo Unzipping '%1'...
  8. TempPrefix %2
  9. Unzip -q %1
  10.  
  11. RmEnsure DDEUtils 0 Back