home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
programs
/
desktop
/
wimpbar
/
!WimpBar2
/
Macros
/
UnzipIt
< prev
next >
Wrap
Text File
|
1998-03-08
|
221b
|
11 lines
|
| Unzip the Zipfile dragged to WimpBar2 into it's parent directory
|
Set Alias$TempPrefix Prefix
RmEnsure DDEUtils 0 Set Alias$TempPrefix Dir
Echo Unzipping '%1'...
TempPrefix %2
Unzip -q %1
RmEnsure DDEUtils 0 Back