How can I zip some file with script?
I used maz function and the output is and empty zip file :
maz "C:\project.zip" #("C:\a.txt")
Forum topic · General Scripting
By alir431 · 2010-09-02
How can I zip some file with script?
I used maz function and the output is and empty zip file :
maz "C:\project.zip" #("C:\a.txt")
cledus_ · 2010-09-11
I don't like the zip function in max. I use 7-Zip (http://www.7-zip.org/). Great little program and its free.
Hope it helps!
Graph · 2010-09-02
how about:
maz "C:\\project.zip" #("C:\\a.txt")
?