If this is the actual code, you're missing a ">" at the end of <cfexecute
Also, are you sure you downloaded wzzip.exe from the winzip site... it's not part of the regular winzip At 02:36 PM 3/29/02 -0500, you wrote: >Darn. > >I am running this code and it doesn't work: > ><cfexecute > name="C:\progra~1\WinZip\wzzip.exe" > arguments="c:\ziptest\test2.zip c:\ziptest\*.txt"> ></cfexecute> > >Nothing happens, but if I run it from a dos prompt it works fine (except for >the continue? prompt. > >What version of the WZ command line utility are your running? > >TIA, >Duane > > > > >-----Original Message----- >From: Jim Gurfein [mailto:[EMAIL PROTECTED]] >Sent: Friday, March 29, 2002 2:30 PM >To: CF-Talk >Subject: RE: Zipping Files > > >Never had a problem with that when you run the <cfexecute> through a >scheduled job > >At 01:55 PM 3/29/02 -0500, you wrote: > >How did you get the annoying press any key to continue prompt to go away? > > > >Duane > > > >-----Original Message----- > >From: Jim Gurfein [mailto:[EMAIL PROTECTED]] > >Sent: Friday, March 29, 2002 9:57 AM > >To: CF-Talk > >Subject: RE: Zipping Files > > > > > >We've been using a command line .exe from winzip that does a great job. We > >have scheduled jobs that look like this: > > > ><CFEXECUTE NAME="C:\progra~1\winzip\wzzip.exe" > > arguments="c:\directory\filenametobewritten.zip > >c:\directory\filenametobezipped.txt" > > > > ></CFEXECUTE> > > > >Works like a charm! > > > > > >At 09:54 AM 3/29/02 -0500, you wrote: > > > You could grab cfx_consolecommand and run pkzip old school style. > > > > > > > -----Original Message----- > > > > From: Duane Boudreau [mailto:[EMAIL PROTECTED]] > > > > Sent: Friday, March 29, 2002 9:38 AM > > > > To: CF-Talk > > > > Subject: Zipping Files > > > > > > > > > > > > Does anyone have code or an example of zipping files? > > > > > > > > Thx, > > > > Duane > > > > > > > > > > > > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

