> 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]

