Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Zipping files 2

Status
Not open for further replies.

CFB

Programmer
Jan 11, 2001
74
US
I'm trying to zip a directory of files through a FoxPro application. Does anyone have any suggestions as to how I can do this?
 
While there are a number of 3rd party products for VFP, when using FoxPro (DOS or Windows), using PKZIP's command line interface in a RUN statement will work. Depending on your requirements, either the old shareware 2.04g or the new 4.0 would work.

Rick
 
See thread184-46582 Jon Hawkins
jonscott8@yahoo.com

The World Is Headed For Mutiny,
When All We Want Is Unity. - Creed
 
Thanks for all the help. I've got WinZip working right now with a RUN command and plan on downloading DynaZIP as well. Has anyone worked with DynaZIP before?
 
Hi CFB:

Could you explain what you ended up doing as I am trying to zip a few files through foxpro. How did you ended up integrating WinZip with foxPro.

Thanks

asm338s
 
You can start by using WinZip's commandline capabilities. While "undocumented", you can find this page on their site if you follow enough links!
I've created .bat files that use these techniques to "backup" works in progress when I want to switch systems "off" network.

Rick


Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top