Bzip2 or gzip format

Hi Dmitry and thanks,
I was not able to use this script, too many errors, something is probably missing on my server.

Anyway, I solved with 7zip installation and a very simple script:
C:“Program Files”\7-Zip\7z.exe a -tgzip C:\Users\claudio.murano\Desktop\SGtest\prova.gz C:\Users\claudio.murano\Desktop\SGtest\prova.txt
this script call .exe, then we have the command a(=add file), command -t used to define a format + gzip format, finally the archive destination path and the path of file to archive.

Attached the sample project.
gzip_7zip.morph (1.2 KB)

Thank you
Claudio

1 Like