1
Post New Requests Here / Re: IDEA - Compress files with 7zip without the folder
« Last post by rookie1 on November 16, 2008, 03:19 AM »Code:
cd test && 7z.exe a -tzip ..\test.zip -r .\*
worked great, Jippie I'm very happy now. :-D
But how do I specify where the 7za.exe file is located?
cd test && prog\7za.exe a -t7z ..\test\ -r .\* is not working
edit: Good cd test && ..\prog\7za.exe a -t7z ..\test -r .\* Good WORKS!!
the script must be used on a system where maybe there's no 7zip installed
In the mean time I'll keep searching, you already helped me a lot
Thanx Again