When I run the 7zip commandline:
> echo foo | 7za a arc.7z -sifoo.txt
Everything works as expected, but if I try to do:
echo foo | 7za a arc.zip -sifoo.txt
I get the following:
E:\7zip>echo foo | 7za a arc.zip -sifoo.txt
7-Zip (A) 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Creating archive arc.zip
Compressing foo.txt 0%
System error:
No such interface supported
Any ideas why?