ScriptSpot

Forum topic · General Scripting

File Zipping

By alir431 · 2010-09-02

Description

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")

Comments (2)

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")
?