RE: winzip and cfexecute

2001-05-24 Thread Kevan . Windle

I must be missing something. Do I have to do any setup on winzip. If I call
it from cfexecute it, I can see winzip from task manager but it just hangs
and then cf times out, and if I use it from the command line it just opens
winzip and does nothing?

-Original Message-
From: dave fauth [mailto:[EMAIL PROTECTED]]
Sent: 23 May 2001 17:42
To: CF-Talk
Subject: RE: winzip and cfexecute


cfexecute name=d:\winzip6\winzip32.exe arguments=-min -e -o
d:\temp\test1.zip d:\zipout timeout=20/cfexecute

At 03:57 PM 5/23/2001 +0100, you wrote:
So you can call 6.3 from the command line? How do you do that?

-Original Message-
From: David Fauth [mailto:[EMAIL PROTECTED]]
Sent: 22 May 2001 15:51
To: CF-Talk
Subject: Re: winzip and cfexecute


I had to use winzip 6.3 to make it work.  Newer versions of Winzip and the
batch file would spawn a process but never complete.

dave




-- Original Message --
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Tue, 22 May 2001 14:48:19 +0100

Anyone successfully used the add-on command line utility for winzip from
cfexecute? It starts ok but whatever I do it seems to terminate half way
through and just leave the temp zip file and an open cmd process.
Using CF 4.51 and Win NT.


**
*
***

The opinions expressed in this E-mail are those  of  the individual  and
not  necessarily  the  company.  This E-mail and  any files transmitted 
with it are confidential and solely for the use of the intended recipients

**
*
***



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: winzip and cfexecute

2001-05-24 Thread Arden Weiss

Have you tried just using the 16bit DOS version of PKZIP :-))

 ^
/ \__
   (@\___
  /  O
 /(_/
/_/
Whoof...
410-757-3487

-Original Message-
From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
Sent:   Thursday, May 24, 2001 11:33 AM
To: CF-Talk
Subject:RE: winzip and cfexecute

I must be missing something. Do I have to do any setup on winzip. If I call
it from cfexecute it, I can see winzip from task manager but it just hangs
and then cf times out, and if I use it from the command line it just opens
winzip and does nothing?

-Original Message-
From: dave fauth [mailto:[EMAIL PROTECTED]]
Sent: 23 May 2001 17:42
To: CF-Talk
Subject: RE: winzip and cfexecute


cfexecute name=d:\winzip6\winzip32.exe arguments=-min -e -o
d:\temp\test1.zip d:\zipout timeout=20/cfexecute

At 03:57 PM 5/23/2001 +0100, you wrote:
So you can call 6.3 from the command line? How do you do that?

-Original Message-
From: David Fauth [mailto:[EMAIL PROTECTED]]
Sent: 22 May 2001 15:51
To: CF-Talk
Subject: Re: winzip and cfexecute


I had to use winzip 6.3 to make it work.  Newer versions of Winzip and the
batch file would spawn a process but never complete.

dave




-- Original Message --
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Tue, 22 May 2001 14:48:19 +0100

Anyone successfully used the add-on command line utility for winzip from
cfexecute? It starts ok but whatever I do it seems to terminate half way
through and just leave the temp zip file and an open cmd process.
Using CF 4.51 and Win NT.


**
*
***

The opinions expressed in this E-mail are those  of  the individual  and
not  necessarily  the  company.  This E-mail and  any files transmitted 
with it are confidential and solely for the use of the intended recipients

**
*
***



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: winzip and cfexecute

2001-05-24 Thread Top-Link Tech (John Ceci)

Kevan,

On a side note, Ben Forta has a CFX_ZIP tag that works quite well and if I
remember right only cost a few  and might save you a bunch of trouble in
the long run...

http://www.forta.com

HTH,
John

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 24, 2001 10:33 AM
To: CF-Talk
Subject: RE: winzip and cfexecute


I must be missing something. Do I have to do any setup on winzip. If I call
it from cfexecute it, I can see winzip from task manager but it just hangs
and then cf times out, and if I use it from the command line it just opens
winzip and does nothing?

-Original Message-
From: dave fauth [mailto:[EMAIL PROTECTED]]
Sent: 23 May 2001 17:42
To: CF-Talk
Subject: RE: winzip and cfexecute


cfexecute name=d:\winzip6\winzip32.exe arguments=-min -e -o
d:\temp\test1.zip d:\zipout timeout=20/cfexecute

At 03:57 PM 5/23/2001 +0100, you wrote:
So you can call 6.3 from the command line? How do you do that?

-Original Message-
From: David Fauth [mailto:[EMAIL PROTECTED]]
Sent: 22 May 2001 15:51
To: CF-Talk
Subject: Re: winzip and cfexecute


I had to use winzip 6.3 to make it work.  Newer versions of Winzip and the
batch file would spawn a process but never complete.

dave




-- Original Message --
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Tue, 22 May 2001 14:48:19 +0100

Anyone successfully used the add-on command line utility for winzip from
cfexecute? It starts ok but whatever I do it seems to terminate half way
through and just leave the temp zip file and an open cmd process.
Using CF 4.51 and Win NT.


**
*
***

The opinions expressed in this E-mail are those  of  the individual  and
not  necessarily  the  company.  This E-mail and  any files transmitted
with it are confidential and solely for the use of the intended recipients

**
*
***



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: winzip and cfexecute

2001-05-24 Thread Len Conrad


Have you tried just using the 16bit DOS version of PKZIP :-))

isnĀ“t the command line version 32 bits now?

Len



http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: winzip and cfexecute

2001-05-24 Thread dave fauth

There is also a free Java based zip tag in the taggallery that doesn't cost
a few .  haven't tried it myself.

dave

At 03:02 PM 5/24/2001 -0500, you wrote:
Kevan,

On a side note, Ben Forta has a CFX_ZIP tag that works quite well and if I
remember right only cost a few  and might save you a bunch of trouble in
the long run...

http://www.forta.com

HTH,
John

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 24, 2001 10:33 AM
To: CF-Talk
Subject: RE: winzip and cfexecute


I must be missing something. Do I have to do any setup on winzip. If I call
it from cfexecute it, I can see winzip from task manager but it just hangs
and then cf times out, and if I use it from the command line it just opens
winzip and does nothing?

-Original Message-
From: dave fauth [mailto:[EMAIL PROTECTED]]
Sent: 23 May 2001 17:42
To: CF-Talk
Subject: RE: winzip and cfexecute


cfexecute name=d:\winzip6\winzip32.exe arguments=-min -e -o
d:\temp\test1.zip d:\zipout timeout=20/cfexecute

At 03:57 PM 5/23/2001 +0100, you wrote:
So you can call 6.3 from the command line? How do you do that?

-Original Message-
From: David Fauth [mailto:[EMAIL PROTECTED]]
Sent: 22 May 2001 15:51
To: CF-Talk
Subject: Re: winzip and cfexecute


I had to use winzip 6.3 to make it work.  Newer versions of Winzip and the
batch file would spawn a process but never complete.

dave




-- Original Message --
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Tue, 22 May 2001 14:48:19 +0100

Anyone successfully used the add-on command line utility for winzip from
cfexecute? It starts ok but whatever I do it seems to terminate half way
through and just leave the temp zip file and an open cmd process.
Using CF 4.51 and Win NT.


**
*
***

The opinions expressed in this E-mail are those  of  the individual  and
not  necessarily  the  company.  This E-mail and  any files transmitted
with it are confidential and solely for the use of the intended recipients

**
*
***




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: winzip and cfexecute

2001-05-23 Thread Kevan . Windle

So you can call 6.3 from the command line? How do you do that?

-Original Message-
From: David Fauth [mailto:[EMAIL PROTECTED]]
Sent: 22 May 2001 15:51
To: CF-Talk
Subject: Re: winzip and cfexecute


I had to use winzip 6.3 to make it work.  Newer versions of Winzip and the
batch file would spawn a process but never complete.

dave




-- Original Message --
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Tue, 22 May 2001 14:48:19 +0100

Anyone successfully used the add-on command line utility for winzip from
cfexecute? It starts ok but whatever I do it seems to terminate half way
through and just leave the temp zip file and an open cmd process.
Using CF 4.51 and Win NT.


***
***

The opinions expressed in this E-mail are those  of  the individual  and
not  necessarily  the  company.  This E-mail and  any files transmitted 
with it are confidential and solely for the use of the intended recipients

***
***


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: winzip and cfexecute

2001-05-23 Thread dave fauth

cfexecute name=d:\winzip6\winzip32.exe arguments=-min -e -o
d:\temp\test1.zip d:\zipout timeout=20/cfexecute

At 03:57 PM 5/23/2001 +0100, you wrote:
So you can call 6.3 from the command line? How do you do that?

-Original Message-
From: David Fauth [mailto:[EMAIL PROTECTED]]
Sent: 22 May 2001 15:51
To: CF-Talk
Subject: Re: winzip and cfexecute


I had to use winzip 6.3 to make it work.  Newer versions of Winzip and the
batch file would spawn a process but never complete.

dave




-- Original Message --
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Tue, 22 May 2001 14:48:19 +0100

Anyone successfully used the add-on command line utility for winzip from
cfexecute? It starts ok but whatever I do it seems to terminate half way
through and just leave the temp zip file and an open cmd process.
Using CF 4.51 and Win NT.


***
***

The opinions expressed in this E-mail are those  of  the individual  and
not  necessarily  the  company.  This E-mail and  any files transmitted 
with it are confidential and solely for the use of the intended recipients

***
***



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: winzip and cfexecute

2001-05-22 Thread Michael Lugassy

Kevan-

I used the original PKZIP 32 BIT from PKWARE. (http://www.pkware.com  I
think.)
worked excellent for me!
Maybe you should give it a try! support longfilenames, compression ratio,
folders, everything,
and compatible with WINZIP 100%

Thanks,

Michael Lugassy
IT/WEB Specialist
Interactive Music Ltd.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: winzip and cfexecute

2001-05-22 Thread David Fauth

I had to use winzip 6.3 to make it work.  Newer versions of Winzip and the batch file 
would spawn a process but never complete.

dave




-- Original Message --
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Tue, 22 May 2001 14:48:19 +0100

Anyone successfully used the add-on command line utility for winzip from
cfexecute? It starts ok but whatever I do it seems to terminate half way
through and just leave the temp zip file and an open cmd process.
Using CF 4.51 and Win NT.


**

The opinions expressed in this E-mail are those  of  the individual  and
not  necessarily  the  company.  This E-mail and  any files transmitted 
with it are confidential and solely for the use of the intended recipients

**


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: winzip and cfexecute

2001-05-22 Thread Michael Lugassy

Only pkzip and more - if you plan to use this process only for yourself
(i.e - not distribute the
zip file and transfer it back and forward for maintance issue and stuff) I
would recommened
ARJ - yes, ARJ!!! it has way much more features and abilities. (span the
archive into multiple
1.4Mb (or smaller) chunks, using -v1440, better compression ratio and more
valuable switches.

again, if you don't plan to distribute the file, I would recommened ARJ.
take a look at it.

Thanks,

Michael Lugassy
IT/WEB Specialist
Interactive Music Ltd.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: winzip and cfexecute

2001-05-22 Thread Kevan . Windle

Thanks david and michael. Using the command line version of pkzip from
pkware was successful. But I don't know if I'll be allowed to use it so I
may try winzip 6.3 as well.

-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
Sent: 22 May 2001 16:22
To: CF-Talk
Subject: Re: winzip and cfexecute


Kevan-

I used the original PKZIP 32 BIT from PKWARE. (http://www.pkware.com  I
think.)
worked excellent for me!
Maybe you should give it a try! support longfilenames, compression ratio,
folders, everything,
and compatible with WINZIP 100%

Thanks,

Michael Lugassy
IT/WEB Specialist
Interactive Music Ltd.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: winzip and cfexecute

2001-05-22 Thread Jim McAtee

We've been using the WinZip command line addon for a couple years, but with
cfx_spawnexec (we're still running CF 4.0.1).  Works very well.  We're
running NT4 and I think version 7.01 of WinZip.  I use it to compress web
logs and email server logs.

Jim


- Original Message -
From: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, May 22, 2001 7:48 AM
Subject: winzip and cfexecute


 Anyone successfully used the add-on command line utility for winzip from
 cfexecute? It starts ok but whatever I do it seems to terminate half way
 through and just leave the temp zip file and an open cmd process.
 Using CF 4.51 and Win NT.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists