On Wed, 26 May 2004 16:06:43 -0400, in cf-talk you wrote:

>Hi,
>
>Is there any way I can specify the work directory for a program executed via CFEXECUTE?
>
>I'm trying to execute PKZIP to unzip files, but files are unzipped into
>C:\windows\win32 which is not where the PKZIP program is and definitely not where I want the files to be stored.
>I can`t find any parameter in PKZIP either to specify this directory.

How about a batch file that you run from cfexecute?

c:
cd blah\blah\unzipDirectory
c:\program files\pkzip\pkzip %1

Jamie
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to