Link to home
Start Free TrialLog in
Avatar of CipherIS
CipherISFlag for United States of America

asked on

DTS Zip file using PGP

I am using DTS to zip a file in SQL Server 2005 via a command line.  I need to add PGP with the command line to zip the file.

Any ideas?
Avatar of radcaesar
radcaesar
Flag of India image

Use 7 zip with Execute Process Task.

But what is this PGP?
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CipherIS

ASKER

I forgot to add that I am using Winzip.  Here is the cmd in the DTS script

Const ZIPCMD = """C:\Program Files\WinZip\WZzip.exe"" {0} {1}"