I need to execute 7zip commands from nant script. How can I do that?
I have tried it like this, but it is not working
<exec program=”7z.exe” basedir=”${sevenzipinstalldir}” commandline=”7z a D:\NantTest\Experiment\NewLab\7ziptest.zip -pmypassword D:\NantTest\Experiment\NewLab\”
(Don’t repeat the executable name in
commandline.)