codice:
<% 
    set shell = CreateObject("WScript.Shell") 
    zipCommand = "pkzipc -add " & server.mappath("/") & "\test.zip c:\*.log" 
    shell.Run zipCommand, 1, true 
    set shell = nothing 
%>