Zipping program free

Author: m | 2025-04-24

★★★★☆ (4.8 / 1586 reviews)

typing arbic

simple zip program free . 0. แชร์หน้าเว็บนี้ : ดาวน์โหลด simple zip program free มาใหม่ ล่าสุด Zip Viewer, free and safe download. Zip Viewer latest version: A Free Software utilities program for Windows. Zip Viewer is a handy, free program only

lol 12.15

Free zip programs Download - zip programs for Windows

Free Downloads: Zipping License: All 1 2 | Free TuneZIP for iTunes - easily zip and share any or all of your iTunes Music Library. TuneZIP for iTunes - easily zip and share any or all of your iTunes Music Library. Packaging modes include Zipping a playlist, backing up/Zipping full iTunes Music Library, Zipping only songs, Zipping only movies, Zipping only videos, Zipping only podcasts, Zipping only TV shows, zip a playlist and Zipping using a file pattern e.g. *.mp3,... Category: Multimedia & Design / VideoPublisher: MarkelSoft, Inc., License: Shareware, Price: USD $19.95, File Size: 16.9 MBPlatform: Windows TyphoonZip is a powerful, all purpose zipping tool. TyphoonZip is a powerful, all purpose Zipping tool. Load and create zip files with an easy to use interface. Drag and drop files directly to or from a zip file. Right click any file on your computer to see various TyphoonZip options, including Zipping and unzipping of multiple files or folders, and Zipping and emailing any selection of files or folders. Category: Utilities / File CompressionPublisher: TyphoonTools, License: Freeware, Price: USD $0.00, File Size: 3.6 MBPlatform: Windows Rip-Zip is a file zipping and unzipping utility. Rip-Zip is a file Zipping and unzipping utility. It can deal with lots of zip files at once. Rip-Zip can operate on several files in succession without having to manually open each one as well as perform the opposite task - create several separate zip files from a list of files. Category: Utilities / File CompressionPublisher: HarmWare, License: Freeware, Price: USD $0.00, File Size: 3.1 MBPlatform: Windows Files Compressed can help you solve your zipping/unzipping issues. Files Compressed can help you solve your Zipping/unzipping issues. This software supports the top zip formats and helps you extract files from zipped archives in minutes! Main Features: - Supports Over 40 Compression Formats. - 100% Free Software - Free Technical Support - Simple to Use Software Interface Category: Utilities / File CompressionPublisher: Files Compressed, License: Freeware, Price: USD $0.00, File Size: 2.0 MBPlatform: Windows ZoomFoot Send Photo is an image file send utility for hi-res pictures. ZoomFoot Send Photo is an image Have WZZIP in the same folder as Winzip32.I have WZQKPICK and WZSEP32. Wonder if that's the problem? Feb 11th, 2005, 09:11 PM #11 Thread Starter Member Thread Starter--> Re: Command line Zipping wzzip and wzunzip come with a download from Winzip to use with command lines. It is an add-on. I moved to wzzip because winzip32 kept opening up, where as , i want it to do everything in the background. I have searched the internet for some additional parameters/switches that Winzip utility would use(like hiding the window, rather then showing, etc, but can't find anything much on them except for the help file that comes with app. I am starting to wonder if it is because this is just the free version of winzip i am using, not the retail.Even if i used another form of compression to zip the files would work, as long as they can be opened in winzip down the road if need be.We are running windows 2000 so i can't integrate the zip utility that comes with XP. Any suggestions now what i can do, or even other suggestions for a different compression program to use?? I am stumped!!!!!!! Seemed to have tried everything except creating a batch file - but i have no idea where to start with theseoobern Feb 11th, 2005, 09:21 PM #12 Re: Command line Zipping Got it. One thing that I noticed is the -YBC flag.If you want to create a batch file, just enter the commands into a textfile, and save it with a cmd extension.First, turn off creating output. VB Code: @ECHO OFFC:\Program Files\WinZip\winzip32 -ybc -e -o \\servername\TEST TEMP ARCHIVE\Feb 2005.zip \\servername\TEMP FILESto see if it works. if it does, you can generate the cmd file on the fly and execute it. I'm going to try using shell to see if it works. Feb 11th, 2005, 09:25 PM #13 Re: Command line Zipping hmmm. this worked for me. it copied subfolder also: VB Code: Shell "C:\Program Files\WinZip\wzzip -ybc -e -o \\192.168.1.102\david\test*.* \test"going to change it to variables.nope. now to a batch file. Last edited by dglienna; Feb 11th, 2005 at 09:29 PM. Feb 11th, 2005, 09:33 PM #14 Thread Starter Member Thread Starter--> Re: Command line Zipping I added in the extra switch, and still a no go, it still won't create the zip file. This is what i have now x = "\\servername\TEST TEMP ARCHIVE\Feb 2005.zip"

Choose A Free Zip Program

It running now so that it only runs in the background. But now it will not create the zip file in the correct directory,(actually doesn't create it at all anywhere). Shell "C:\Program Files\WinZip\wzzip.exe -e -o " & y & " " & x & " "y is the folder that has the files in that i want zippedz is the destination file for the created zip fileCould there be something wrong with the quotes in the Shell command? Feb 11th, 2005, 08:40 PM #6 Re: Command line Zipping Are they both shared folders? Feb 11th, 2005, 08:50 PM #7 Thread Starter Member Thread Starter--> Re: Command line Zipping Yes, i am working off of a network drive. Both folders(folder files are in and the archiving folder) are on the same server? I am not working off the the system drive (C . This should affect anything though(as far as i know) becuase both systems have winzip and the addons installed. Both installations on the 2 computers are installed in the exact same directory.i have 2 scenarios that i can go through i guess:1) using the winzip32.exe command - but this opens up the winzip program for me to manually zip, . This option doesn't create the zip file because i cancel it when winzip opens.and2) using the wzzip.exe command line program - this seems to run but there is no zip file tht is created. I sy it seems to run because i get no error when debugging the app. But, god knows - probably not even running for me. When i run the program with Task Manager to the side, there is never a new instance of winzip or even wzzip that is running?I am so confused, ready to forget about it, but then that would involve me manaully zipping about 1000 folders with each folder having about 1000 files in them. That will take forever to do, and would have to do it every month(last day).Any other suggestions people. Thanks in advance for everythingoobern Feb 11th, 2005, 08:57 PM #8 Re: Command line Zipping maybe you want to try a batch file, or saving one as a .cmd? Feb 11th, 2005, 09:01 PM #9 Thread Starter Member Thread Starter--> Re: Command line Zipping I have no idea where to start to create a batch object Feb 11th, 2005, 09:04 PM #10 Re: Command line Zipping I don't even. simple zip program free . 0. แชร์หน้าเว็บนี้ : ดาวน์โหลด simple zip program free มาใหม่ ล่าสุด

Free Program To Open Zip Files

M9P Zipper is a file compression (zipping) and decompression (unzipping) utility. This tool, capable of up to 0.9 compression ratio, outputs a zipped file that is a mere shadow of the original one! mental9Production uses m9P Zipper to zip large log files (.log) for archiving purposes. But m9P Zipper can be used to zip many other file types. Also, m9P Zipper zipped-files are compatible with other standard zipping programs, and vice-versa, m9P Zipper can unzip files zipped with those programs. Note that m9P Zipper is a simple tool and designed to compress only single files and not complete directories. However, a zipped directory containing many files can be unzipped using m9P Zipper. Finally, the application enables you to send zipped files as e-mail attachments directly from an integrated e-mail program. Enjoy using m9P Zipper free of charge courtesy of mental9Production. Download this free full version (size ~2MB). Size: 2.0 MB | Download Counter: 39 If m9P Zipper download does not start please click this: Download Link 1 Can't download? Please inform us. Released: February 16, 2005 | Added: February 19, 2005 | Viewed: 1643 Not have one, just the code that you posted or does that go in the vb form_load event. I am too confused right now?I think i am gonna call it a night. Thanks again for everything. I will be working on it again tomorrow, so hopefully you will be around . Thanks again, talk to you soon Feb 11th, 2005, 10:52 PM #25 Re: Command line Zipping Finally, got it. I figured the other reason it coudn't find wzzip, so I switched to shellexecute and it worked! Try this and see! VB Code: Private Sub Form_Load() ' x is where the file is created, and y is where the files to be zipped are. Dim ff As Integer Dim x As String Dim y As String x = "\\hal-davoxdb2\list process\NEW OBCF CREATOR\Program Files - Don't Delete\ARCHIVE Function\TEST TEMP ARCHIVE\Feb 2005.zip" y = "\\hal-davoxdb2\list process\NEW OBCF CREATOR\Program Files - Don't Delete\ARCHIVE Function\TEMP FILES\*.*" ff = FreeFile Open "\zip.cmd" For Output As #ff Print #ff, "@Echo Off" Print #ff, """C:\Program Files\WinZip\wzzip -ybc -o "; Print #ff, x; Print #ff, " "; Print #ff, y & Chr(34); Close #ff ShellExecute 0&, "OPEN", "c:\zip.cmd", vbNullString, "C:", SW_SHOWNORMAL Unload MeEnd Sub Last edited by dglienna; Feb 12th, 2005 at 12:09 AM. Feb 11th, 2005, 11:42 PM #26 Re: Command line Zipping There is only one problem, David: Winzip has to be installed while that dll from vbaccelerator doesn't need any at all. Oh well ... Feb 12th, 2005, 12:13 AM #27 Re: Command line Zipping He said that is was only for two machines, and they both had winzip. At least this will get the task done with. Hopefully, it's a one-time deal, so I came up with a quick-and-dirty solution. Hope he likes it. I don't know why shell wouldn't work, though. The batch file would work from the command line, but not from the program. Odd. Feb 12th, 2005, 12:45 AM #28 Thread Starter Member Thread Starter--> Re: Command line Zipping Hey there, I am back from work. I still get an error when trying that way, VB is looking for me to declar a function(i guess) for the ShellExecute command? What am i not referencing?I gotta figure this out both ways!!oobern Feb 12th, 2005, 12:57 AM #29 Re: Command line Zipping oops. I pasted in your code over mine, and erased the declarations.Put these right under Option Explicit in your program, at

Program To Zip Files Download For Free

VBForums Visual Basic Visual Basic 6 and Earlier Command line Zipping - RESOLVED Feb 11th, 2005, 06:27 PM #1 Thread Starter Member Thread Starter--> Command line Zipping - RESOLVED Thanks dglienna and Rhinobull!!!!Is it possible to call a command line utility to uses winzip command line arguments with in VB. I am looking to zip the contents of certain folders and store that zip file in a different location.If this is possible can somehow help me out on how to call the command line program (prob cmd.exe) and then executing the winzip command line strings to zip. I want this all to happen in the background with out the user having to do anything besides just clicking a button.I am too confused to figure out what is happening in the other suggestions, hoping option this may be a bit easier.Any suggestions on what to do, or how to call and excute winzip's command line commands????????oobern Last edited by oobern; Feb 12th, 2005 at 03:18 PM. Reason: RESOLVED Feb 11th, 2005, 06:33 PM #2 Re: Command line Zipping Has someone helped you? Then you can Rate their helpful post. Feb 11th, 2005, 07:53 PM #3 Thread Starter Member Thread Starter--> Re: Command line Zipping Does anyone know by chance, if you have to have the full version of winzip to use the command line utility, without winzip popping up. I would like to have everything done in the background. Below is what i am using for code:x = "\\servername\TEST TEMP ARCHIVE\Feb 2005.zip" y = "\\servername\TEMP FILES"Shell "C:\Program Files\WinZip\winzip32 -e -o " & y & " " & x & " "This keeps opening up the winzip program for me to manually zip things myself. Any suggestions how to do this in the background with winzip popping up?oobern Feb 11th, 2005, 08:03 PM #4 Re: Command line Zipping You could try to run it from a command line to try it. Your users would also need to have it to use your app, then. Feb 11th, 2005, 08:27 PM #5 Thread Starter Member Thread Starter--> Re: Command line Zipping This app will only be used on 2 different computers and both already have winzip and the add-ons installed, so that shouldn't have any problems.I have modified the code to use the addon for winzip for command line statements. I read to use wzzip.exe to do the unzips rather then winzip32.exe. I have

Is There a Truly free ZIP program for Win2k?

Batch Word Shrink Compactor is a user-friendly software that optimizes file storage and sharing by quickly ... Enigma Virtual Box is a free software tool that enables the consolidation of application files without ... ExEinfo PE Win32 bit identifier is a software tool designed by A.S.L. It identifies and scans ... The best method to delete all mail windows live is one and only EML Duplicate Remover. ... Try MSG to PDF Converter, it makes MSG file opening in Adobe PDF Mac in batch ... Easy to convert Dovecot inbox Maildir to PST file format with the help of Maildir to ... Download PDF Merge Tool. Batch merge multiple PDFs online to one PDF process can be done ... To save MSG file as PDF on Mac PC, you can directly go to choose Mac ... Install Maildir to MBOX Tool to migrate Maildir format Dovecot to MBOX. It helps migrating multiple ... Use MBOX to Gmail Converter software to import Apple MBOX to Gmail in bulk with accurate ... August 29, 2008 This batch zip software is compatible with Winzip and is free for personal use. For business purposes, a license is required per computer. Version 1.1 License Freeware $12 Platform Windows Supported Languages English If you're looking for a reliable and efficient batch zip utility, look no further than the Winzip-compatible offering available for free for private use. Not only is this software intuitive and easy to use, but it is also licensed per computer for businesses, ensuring that you can enjoy its benefits while staying compliant with licensing requirements.What's particularly impressive about this batch zip utility is how seamlessly it integrates with Winzip, a widely recognized program that many individuals and businesses rely on for file compression and decompression. With this software, you can quickly and easily integrate batch zipping capabilities into your existing workflow, improving your productivity and cutting down on time-consuming administrative tasks.But the benefits don't stop there. This software is also incredibly versatile, allowing you to set parameters for your batch zipping that best suit your needs. Whether you need to compress multiple files into a single archive, schedule specific times for your zipping to take place, or select specific folders or files for zipping, this software has you covered.Overall, if you're looking for a batch zip utility that is free for private use and licensed per computer for businesses, look no further than this Winzip-compatible software. Its integration with Winzip, ease of use, and customizable parameters make it an excellent choice for both personal and professional use. What's New Version 1.1: N/A Version 1.0: N/A. simple zip program free . 0. แชร์หน้าเว็บนี้ : ดาวน์โหลด simple zip program free มาใหม่ ล่าสุด Zip Viewer, free and safe download. Zip Viewer latest version: A Free Software utilities program for Windows. Zip Viewer is a handy, free program only

How to use the free zip program

1 WinArchiver 3.3 from WinArchiver Computing, Inc. WinArchiver is a powerful archive utility, which can open, create, and manage archive files. It supports almost all archive formats, including zip, rar, 7z, iso, and other popular formats. WinArchiver can also mount the archive to a virtual drive without extraction.WinArchiver supports the following file types: .zip (WinZip Files), .rar (WinRAR Files), ... Download 2 Atomicrobot Plain Simple Zip 5.0 from Patrick Harvey Fast easy simple zip/unzip program! Wow! Makes self-extracting zip files too! Completely re-written on the inside, Atomicrobot Plain Simple Zip is possibly the easiest to use zip program in the world! The program makes self extracting zip files that can display a custom message, execute a program after unzipping, and indicates the files it is decompres... Download 3 ALZip 8.12 from ESTsoft Corp. ALZip is a one-stop archiving and compression program designed for speed and ease of use. With support for more compression and archiving formats than any other major utility, ALZip is the only ZIP utility you'll ever need. The ALZip 8.0 provides its own file format "EGG," which makes better compression ratio and full Unicode support. Also, ALZi... Download 4 Advanced Encryption Package 2008 Professional 4.8.7 from SecureAction Research, LLC Typically you encrypt files because you don't want others to see them, but sometimes you want to send someone an encrypted file. Most if not all encryption programs allow you to do so--they vary, however, in terms of how difficult the process is. AEP2008 PRO most noteworthy feature may be its flexibility: Not only can you encrypt files for your own protec... Download 5 m9P Zipper X 1.0 from mental9Production m9P Zipper X is a simple file compression (zipping) and decompression (unzipping) tool. It is specifically designed to handle zipping and unzipping using the [.zip] format. m9P Zipper X outputs very small zipped files! m9P Zipper X can e-mail zipped files, save copies of zipped files, and create detailed reports of zipping operations. It includes an integ... Download 6 m9P Zipper XT 1.0 from mental9Production m9P Zipper XT is a user-friendly heavy-duty file compression (zipping) and decompression (unzipping)

Comments

User1434

Free Downloads: Zipping License: All 1 2 | Free TuneZIP for iTunes - easily zip and share any or all of your iTunes Music Library. TuneZIP for iTunes - easily zip and share any or all of your iTunes Music Library. Packaging modes include Zipping a playlist, backing up/Zipping full iTunes Music Library, Zipping only songs, Zipping only movies, Zipping only videos, Zipping only podcasts, Zipping only TV shows, zip a playlist and Zipping using a file pattern e.g. *.mp3,... Category: Multimedia & Design / VideoPublisher: MarkelSoft, Inc., License: Shareware, Price: USD $19.95, File Size: 16.9 MBPlatform: Windows TyphoonZip is a powerful, all purpose zipping tool. TyphoonZip is a powerful, all purpose Zipping tool. Load and create zip files with an easy to use interface. Drag and drop files directly to or from a zip file. Right click any file on your computer to see various TyphoonZip options, including Zipping and unzipping of multiple files or folders, and Zipping and emailing any selection of files or folders. Category: Utilities / File CompressionPublisher: TyphoonTools, License: Freeware, Price: USD $0.00, File Size: 3.6 MBPlatform: Windows Rip-Zip is a file zipping and unzipping utility. Rip-Zip is a file Zipping and unzipping utility. It can deal with lots of zip files at once. Rip-Zip can operate on several files in succession without having to manually open each one as well as perform the opposite task - create several separate zip files from a list of files. Category: Utilities / File CompressionPublisher: HarmWare, License: Freeware, Price: USD $0.00, File Size: 3.1 MBPlatform: Windows Files Compressed can help you solve your zipping/unzipping issues. Files Compressed can help you solve your Zipping/unzipping issues. This software supports the top zip formats and helps you extract files from zipped archives in minutes! Main Features: - Supports Over 40 Compression Formats. - 100% Free Software - Free Technical Support - Simple to Use Software Interface Category: Utilities / File CompressionPublisher: Files Compressed, License: Freeware, Price: USD $0.00, File Size: 2.0 MBPlatform: Windows ZoomFoot Send Photo is an image file send utility for hi-res pictures. ZoomFoot Send Photo is an image

2025-04-14
User5591

Have WZZIP in the same folder as Winzip32.I have WZQKPICK and WZSEP32. Wonder if that's the problem? Feb 11th, 2005, 09:11 PM #11 Thread Starter Member Thread Starter--> Re: Command line Zipping wzzip and wzunzip come with a download from Winzip to use with command lines. It is an add-on. I moved to wzzip because winzip32 kept opening up, where as , i want it to do everything in the background. I have searched the internet for some additional parameters/switches that Winzip utility would use(like hiding the window, rather then showing, etc, but can't find anything much on them except for the help file that comes with app. I am starting to wonder if it is because this is just the free version of winzip i am using, not the retail.Even if i used another form of compression to zip the files would work, as long as they can be opened in winzip down the road if need be.We are running windows 2000 so i can't integrate the zip utility that comes with XP. Any suggestions now what i can do, or even other suggestions for a different compression program to use?? I am stumped!!!!!!! Seemed to have tried everything except creating a batch file - but i have no idea where to start with theseoobern Feb 11th, 2005, 09:21 PM #12 Re: Command line Zipping Got it. One thing that I noticed is the -YBC flag.If you want to create a batch file, just enter the commands into a textfile, and save it with a cmd extension.First, turn off creating output. VB Code: @ECHO OFFC:\Program Files\WinZip\winzip32 -ybc -e -o \\servername\TEST TEMP ARCHIVE\Feb 2005.zip \\servername\TEMP FILESto see if it works. if it does, you can generate the cmd file on the fly and execute it. I'm going to try using shell to see if it works. Feb 11th, 2005, 09:25 PM #13 Re: Command line Zipping hmmm. this worked for me. it copied subfolder also: VB Code: Shell "C:\Program Files\WinZip\wzzip -ybc -e -o \\192.168.1.102\david\test*.* \test"going to change it to variables.nope. now to a batch file. Last edited by dglienna; Feb 11th, 2005 at 09:29 PM. Feb 11th, 2005, 09:33 PM #14 Thread Starter Member Thread Starter--> Re: Command line Zipping I added in the extra switch, and still a no go, it still won't create the zip file. This is what i have now x = "\\servername\TEST TEMP ARCHIVE\Feb 2005.zip"

2025-04-19
User6785

It running now so that it only runs in the background. But now it will not create the zip file in the correct directory,(actually doesn't create it at all anywhere). Shell "C:\Program Files\WinZip\wzzip.exe -e -o " & y & " " & x & " "y is the folder that has the files in that i want zippedz is the destination file for the created zip fileCould there be something wrong with the quotes in the Shell command? Feb 11th, 2005, 08:40 PM #6 Re: Command line Zipping Are they both shared folders? Feb 11th, 2005, 08:50 PM #7 Thread Starter Member Thread Starter--> Re: Command line Zipping Yes, i am working off of a network drive. Both folders(folder files are in and the archiving folder) are on the same server? I am not working off the the system drive (C . This should affect anything though(as far as i know) becuase both systems have winzip and the addons installed. Both installations on the 2 computers are installed in the exact same directory.i have 2 scenarios that i can go through i guess:1) using the winzip32.exe command - but this opens up the winzip program for me to manually zip, . This option doesn't create the zip file because i cancel it when winzip opens.and2) using the wzzip.exe command line program - this seems to run but there is no zip file tht is created. I sy it seems to run because i get no error when debugging the app. But, god knows - probably not even running for me. When i run the program with Task Manager to the side, there is never a new instance of winzip or even wzzip that is running?I am so confused, ready to forget about it, but then that would involve me manaully zipping about 1000 folders with each folder having about 1000 files in them. That will take forever to do, and would have to do it every month(last day).Any other suggestions people. Thanks in advance for everythingoobern Feb 11th, 2005, 08:57 PM #8 Re: Command line Zipping maybe you want to try a batch file, or saving one as a .cmd? Feb 11th, 2005, 09:01 PM #9 Thread Starter Member Thread Starter--> Re: Command line Zipping I have no idea where to start to create a batch object Feb 11th, 2005, 09:04 PM #10 Re: Command line Zipping I don't even

2025-03-25
User5272

M9P Zipper is a file compression (zipping) and decompression (unzipping) utility. This tool, capable of up to 0.9 compression ratio, outputs a zipped file that is a mere shadow of the original one! mental9Production uses m9P Zipper to zip large log files (.log) for archiving purposes. But m9P Zipper can be used to zip many other file types. Also, m9P Zipper zipped-files are compatible with other standard zipping programs, and vice-versa, m9P Zipper can unzip files zipped with those programs. Note that m9P Zipper is a simple tool and designed to compress only single files and not complete directories. However, a zipped directory containing many files can be unzipped using m9P Zipper. Finally, the application enables you to send zipped files as e-mail attachments directly from an integrated e-mail program. Enjoy using m9P Zipper free of charge courtesy of mental9Production. Download this free full version (size ~2MB). Size: 2.0 MB | Download Counter: 39 If m9P Zipper download does not start please click this: Download Link 1 Can't download? Please inform us. Released: February 16, 2005 | Added: February 19, 2005 | Viewed: 1643

2025-04-21
User4873

Not have one, just the code that you posted or does that go in the vb form_load event. I am too confused right now?I think i am gonna call it a night. Thanks again for everything. I will be working on it again tomorrow, so hopefully you will be around . Thanks again, talk to you soon Feb 11th, 2005, 10:52 PM #25 Re: Command line Zipping Finally, got it. I figured the other reason it coudn't find wzzip, so I switched to shellexecute and it worked! Try this and see! VB Code: Private Sub Form_Load() ' x is where the file is created, and y is where the files to be zipped are. Dim ff As Integer Dim x As String Dim y As String x = "\\hal-davoxdb2\list process\NEW OBCF CREATOR\Program Files - Don't Delete\ARCHIVE Function\TEST TEMP ARCHIVE\Feb 2005.zip" y = "\\hal-davoxdb2\list process\NEW OBCF CREATOR\Program Files - Don't Delete\ARCHIVE Function\TEMP FILES\*.*" ff = FreeFile Open "\zip.cmd" For Output As #ff Print #ff, "@Echo Off" Print #ff, """C:\Program Files\WinZip\wzzip -ybc -o "; Print #ff, x; Print #ff, " "; Print #ff, y & Chr(34); Close #ff ShellExecute 0&, "OPEN", "c:\zip.cmd", vbNullString, "C:", SW_SHOWNORMAL Unload MeEnd Sub Last edited by dglienna; Feb 12th, 2005 at 12:09 AM. Feb 11th, 2005, 11:42 PM #26 Re: Command line Zipping There is only one problem, David: Winzip has to be installed while that dll from vbaccelerator doesn't need any at all. Oh well ... Feb 12th, 2005, 12:13 AM #27 Re: Command line Zipping He said that is was only for two machines, and they both had winzip. At least this will get the task done with. Hopefully, it's a one-time deal, so I came up with a quick-and-dirty solution. Hope he likes it. I don't know why shell wouldn't work, though. The batch file would work from the command line, but not from the program. Odd. Feb 12th, 2005, 12:45 AM #28 Thread Starter Member Thread Starter--> Re: Command line Zipping Hey there, I am back from work. I still get an error when trying that way, VB is looking for me to declar a function(i guess) for the ShellExecute command? What am i not referencing?I gotta figure this out both ways!!oobern Feb 12th, 2005, 12:57 AM #29 Re: Command line Zipping oops. I pasted in your code over mine, and erased the declarations.Put these right under Option Explicit in your program, at

2025-04-12

Add Comment