Re: [PHP] Zipping a folder on a win2000 server with php4.06

2001-10-31 Thread Stefan Rusterholz
PROTECTED]> Cc: "php general" <[EMAIL PROTECTED]> Sent: Wednesday, October 31, 2001 5:39 AM Subject: Re: [PHP] Zipping a folder on a win2000 server with php4.06 > There is a command line version of winzip. > > I don't know much about it, but a friend of mine was ju

RE: [PHP] Zipping a folder on a win2000 server with php4.06

2001-10-31 Thread Matt Williams
pkzip's the name. M: > Does someone out there know, how I can zip a folder with some files in it? > It should be readable for Winzip. > > Enviroment: Win2000 Server. > VB was available if useful. > Additional Components (applications, dll's or whatever) could be loaded if > needed. > > I didn't f

Re: [PHP] Zipping a folder on a win2000 server with php4.06

2001-10-30 Thread Matt Friedman
There is a command line version of winzip. I don't know much about it, but a friend of mine was just saying the other day that he had used it to zip some files at the server in an ASP environment. In php you could call the winzip exectutable using exec. In asp you'd use some shell object or some