You might want to give 7-zip a try: http://www.7-zip.org/ To zip a file from within a VB subroutine, use a Shell_ command to run the 7z executable. For example: Shell_ """C:\Program Files\7-Zip\7z.exe"" a outputFile.zip inputFile.txt"
________________________________ From: [email protected] [mailto:[email protected]] Sent: Monday, November 14, 2011 10:00 AM To: [email protected] Subject: [talkbws] compressing a file In my script, I am downloading a file to my scripting PC and needing to zip it before copying it to a server. Any help would be appreciated. Thanks! --- To post a message to this list, send mail to: [email protected] You are currently subscribed as: [email protected] Unsubscribe in the customer center on our website: http://www.bostonworkstation.com/customer_center/virtual_user_group_talk.aspx --- To post a message to this list, send mail to: [email protected] You are currently subscribed as: [email protected] Unsubscribe in the customer center on our website: http://www.bostonworkstation.com/customer_center/virtual_user_group_talk.aspx
