Apr 25, 2002 #1 rombout Programmer Jan 24, 2000 24 NL How do I zip with VFP? Hi guy's I've got another question. How do I zip files with VFP. Do I have to use a dll from winzip? This is the good forum because I work with VFP6 only. Thanks Rombout
How do I zip with VFP? Hi guy's I've got another question. How do I zip files with VFP. Do I have to use a dll from winzip? This is the good forum because I work with VFP6 only. Thanks Rombout
Apr 25, 2002 1 #2 ChrisRChamberlain Programmer Mar 23, 2000 3,392 GB Rombout If you want a freeware zip/unzip program http://www.simtel.net/top100.php?start=60&type=Ov and select cuz31.exe Use it with a suitable WinAPI call to avoid seeing a DOS window, It supports long filenames etc Alternatively try :- "What command line parameters does WinZip support?" at http://www.winzip.com/xcmdline.htm. or search in http://www.universalthread.com for "WinZip Manager for Visual FoxPro" HTH Chris Upvote 0 Downvote
Rombout If you want a freeware zip/unzip program http://www.simtel.net/top100.php?start=60&type=Ov and select cuz31.exe Use it with a suitable WinAPI call to avoid seeing a DOS window, It supports long filenames etc Alternatively try :- "What command line parameters does WinZip support?" at http://www.winzip.com/xcmdline.htm. or search in http://www.universalthread.com for "WinZip Manager for Visual FoxPro" HTH Chris