-----Original Message-----
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 06, 2004 11:01 AM
To: CF-Talk
Subject: RE: Windows NT Error 2
> Anyone familiar with this error as it pertains to running
> gzip.exe on the server using <cfexecute?
> DATETIME 07/06/04 10:19:53
> DETAIL Windows NT error 2 occurred.
> DIAGNOSTICS Cannot execute GZIP.EXE Windows NT error 2
> occurred.
I suspect that gzip.exe isn't in your PATH environment variable for the user
account in which CF is running. You can specify the entire path to gzip.exe
within your CFEXECUTE tag:
<cfexecute name="c:\path\to\gzip.exe" ...>
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

