Why not use one of the cfx tags from the Dev Exchange?
http://devex.macromedia.com/developer/gallery/info.cfm?ID=FBB59A9B-ED7F-11D5
-83F800508B94F85A&method=Full

----- Original Message -----
From: "Duane Boudreau" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 29, 2002 2:36 PM
Subject: RE: Zipping Files


> 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
> > >
> > >
> >
> >
>
> 
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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

Reply via email to