Re: anyone used cfx_zip??

2006-03-08 Thread Tanguy Rademakers
I can't answer that for you. However, you can find out using which, which is available with Cygwin or UnxUtils for Win32: http://unxutils.sourceforge.net/ You could also check out the GnuWin32 project http://gnuwin32.sourceforge.net/packages.html /t

Re: anyone used cfx_zip??

2006-03-08 Thread Srinivasa Teja Palla
I did a zip ? at the command line, it says it is not a recognized command. I have windows xp pro on my comp. Incidentally every version of windows from 2000 on (not sure about before) has a command-line zip utility built in... So as long as your server is Win2K or later you don't have to

Re: anyone used cfx_zip??

2006-03-07 Thread Larry Lyons
Artur, No offense meant, but the cfc is not well documented. It would've made me happier if I saw atleast more than one example in each case (add, delete etc.). I understand you cfc is free and it is up to you to make it as user friendly as possible, but the it is not at all well

Re: anyone used cfx_zip??

2006-03-07 Thread Srinivasa Teja Palla
I got it working.. right now notusing coldfusion solution, I downloaded pkzipc (command line utility for pkzip on windows) installed it. now whenever user selects a folder he is interested in (the one from which he selectively chooses folders and files to zip ) I first create batch file

Re: anyone used cfx_zip??

2006-03-07 Thread S . Isaac Dealey
I got it working.. right now notusing coldfusion solution, I downloaded pkzipc (command line utility for pkzip on windows) installed it. now whenever user selects a folder he is interested in (the one from which he selectively chooses folders and files to zip ) Incidentally every version

RE: anyone used cfx_zip??

2006-03-07 Thread Dave Watts
Incidentally every version of windows from 2000 on (not sure about before) has a command-line zip utility built in... So as long as your server is Win2K or later you don't have to download anything. I have batch files on my machine that package up my projects from subversion using the

RE: anyone used cfx_zip??

2006-03-07 Thread S . Isaac Dealey
Dave Watts wrote: I'm pretty sure that this isn't the case. Windows 2000 has no built-in zip/unzip functionality, and Windows XP and Windows Server 2003 support the ZIP file format through Windows Explorer - there aren't any built-in command-line tools available. Well what am I using then?

RE: anyone used cfx_zip??

2006-03-07 Thread Dave Watts
Well what am I using then? ... heh ... I never installed any command-line zip utilities in my win2k server installation. I did install winzip... I can't answer that for you. However, you can find out using which, which is available with Cygwin or UnxUtils for Win32:

Re: anyone used cfx_zip??

2006-03-06 Thread Srinivasa Teja Palla
Artur, No offense meant, but the cfc is not well documented. It would've made me happier if I saw atleast more than one example in each case (add, delete etc.). I understand you cfc is free and it is up to you to make it as user friendly as possible, but the it is not at all well documented.

Re: anyone used cfx_zip??

2006-03-06 Thread Srinivasa Teja Palla
Gareth, I tried escaping the double quotes inside(putting them twice) and it still would do the full c: I have no clue what's going on. :( ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234247 Archives:

Re: anyone used cfx_zip??

2006-03-06 Thread Gareth
Teja Palla [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, March 06, 2006 4:29 PM Subject: Re: anyone used cfx_zip?? Gareth, I tried escaping the double quotes inside(putting them twice) and it still would do the full c: I have no clue what's going

Re: anyone used cfx_zip??

2006-03-06 Thread Srinivasa Teja Palla
@houseoffusion.com Sent: Monday, March 06, 2006 4:29 PM Subject: Re: anyone used cfx_zip?? Gareth, I tried escaping the double quotes inside(putting them twice) and it still would do the full c: I have no clue what's going

Re: anyone used cfx_zip??

2006-03-06 Thread Duncan
but as I said, I've never used it. Sorry. - Original Message - From: Srinivasa Teja Palla [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, March 06, 2006 4:29 PM Subject: Re: anyone used cfx_zip?? Gareth, I tried escaping the double quotes inside(putting them

RE: anyone used cfx_zip??

2006-03-04 Thread Artur Kordowski
Maybe you will try my Zip CFC. It's well documented. You cann download it here: http://download.newsight.de/Zip.zip Artur -Original Message- From: Srinivasa Teja Palla [mailto:[EMAIL PROTECTED] Sent: Friday, March 03, 2006 2:02 PM To: CF-Talk Subject: Re: anyone used cfx_zip?? Also

Re: anyone used cfx_zip??

2006-03-03 Thread Srinivasa Teja Palla
Also, when I do a cfx_zip with file attribute as c:\dir1,c:\dir2, it ends up trying to zip the whole c drive. I am going crazy over using this tag. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234036 Archives:

Re: anyone used cfx_zip??

2006-03-03 Thread Gareth
Subject: Re: anyone used cfx_zip?? Also, when I do a cfx_zip with file attribute as c:\dir1,c:\dir2, it ends up trying to zip the whole c drive. I am going crazy over using this tag. ~| Message: http://www.houseoffusion.com

anyone used cfx_zip??

2006-03-02 Thread Srinivasa Teja Palla
Hi, I am trying to use cfx_zip, for selective folder/file zipping. Here is what I want to do: given a folder, I want to selectively zip its first level children with hierarchies retained. Meaning, I have c:\a c:\a\b\file.txt c:\a\file2.txt c:\a\file3.txt c:\a\c\d\file4.txt I want to create