search for: tzip

Displaying 5 results from an estimated 5 matches for "tzip".

Did you mean: gzip
2009 Jul 06
1
odfWeave: odt-file damaged
...ipps University of Marburg, Germany ####################################################################### #R code library(odfWeave) #odfWeave call odfWeave("c:/temp/odfWeave-test.odt", "c:/temp/odfWeave-test-out.odt", control=odfWeaveControl(zipCmd = c("7z a -tzip $$file$$ .", "7z e -tzip $$file$$"))) ####################################################################### # Contents of my Open office document <<Initiate, results = hide, echo= FALSE>>= #First steps with odfWeave attach(iris) @ There are \Sexpr{length(ir...
2010 Mar 17
0
odfWeave: odt-file damaged
...Udo's example that would be: ####################################################################### #R code library(odfWeave) #odfWeave call odfWeave("c:/temp/odfWeave-test.odt", "c:/temp/odfWeave-test-out.odt", control = odfWeaveControl(zipCmd = c("7z a -tzip $$file$$ .", "7z x -tzip $$file$$"))) ####################################################################### That's all! In my case: Well, no, I had extra problems because 7z wasn't in my path and because there was a white space in the path, so that my soluti...
2010 Mar 17
0
Antw: odfWeave Error
Hi, I am using 7-zip for unzipping (http://www.7-zip.org/). Then odfWeaveControl needs to be set to odfWeaveControl(zipCmd=c("c:/programme/7-zip/7z a -tzip $$file$$","c:/programme/7-zip/7z x $$file$$ -aoa")) -> control where 'c:/programme/7-zip/' is the path to my 7-zip installation. You can then use control to set the control-parameter in odfWeave. Frank >>> Btibert3 <btibert3@gmail.com> 17.03.2010 03:02...
2003 Dec 22
2
User validation in domain different than workgroup
Hello all, First of all, I'm really a newbie in Samba. I can manage to setup the Samba server in security = user, and now I'm trying to do a more complicated thing. I wish the Samba server to be our domain master in group COMOPT, that is workgroup = COMPOPT. I do not want to have Linux user accounts for the users, but rather to validate them using another domain server, whose domain
2010 Mar 19
0
Wine release 1.1.41
...from a dead test. documentation: Keep README.de in sync. README.de: Sync german filesystem support section. Aric Stewart (2): winemp3.acm: Support mp3 decoding on Mac OS/X Leopard systems. msctf: Add stub for ITfDisplayAttributeMgr. Christian Costa (14): d3dxof: Fix tzip and bzip files tests on all windows platform. d3dxof: Avoid using strlen for specifying templates or objects size. d3dx9_36: Rename variables in D3DXGetShaderConstantTable(Ex) to match naming convention used in the file. d3dx9: Fix typo in ID3DXConstantTable_SetMatrixTranspose mac...