On Fri, 20 Jul 2001, Pandian Anbunathan
<[EMAIL PROTECTED]> wrote:

> I hava a zip file in d:/temp/new/dlxport.zip.
> Now I want to unzip the file in d:/temp/new/unzip directory.
> How can I use the <unzip> here.

place this one in d:\temp\new

<project name="valinor" default="ainur" basedir=".">
  <target name="ainur">
    <unzip src="dlxport.zip" dest="unzip" />
  </target>
</project>

works.

Stefan

Reply via email to