Generalsndy
IS-IT--Management
hello guys!
need help on how to add a password to the zip file created below. thanks
need help on how to add a password to the zip file created below. thanks
Code:
LOCAL m.cZipFileName
m.cZipFileName=_targetFolder + DTOS(DATE())+" "+ STRTRAN(TIME(), ":", " ") + ".zip"
STRTOFILE("PK"+CHR(5)+CHR(7-1)+REPLICATE(CHR(0),18),m.cZipFileName)
oShell=CREATEOBJECT("shell.application")
oShell.NameSpace(m.cZipFileName).copyhere(oShell.NameSpace(_SourceFolder))