I'm having some sort of problem using CFEXECUTE
The server is Windows 2000, CF 4.5.1
This works
<cfexecute timeout=30 name="d:\pkzip25.exe"
arguments="-add -rec -dir=relative d:\temp.zip
d:\mylittlepdfdocument.pdf">
</cfexecute>
This doesn't work..
<cfexecute timeout=30 name="d:\pkzip25.exe"
arguments="-add -rec -dir=relative d:\temp.zip
e:\mylittlepdfdocument.pdf">
</cfexecute>
* OR *
<cfexecute timeout=30 name="d:\pkzip25.exe"
arguments="-add -rec -dir=relative d:\temp.zip
\\myserver\myshare\mylittlepdfdocument.pdf>
</cfexecute>
The E: drive is a mapped network drive going from one machine to another...
If I call the following line from the web servers command prompt, it
executes ok...
d:\pkzip25.exe -add -rec -dir=relative d:\temp.zip
e:\mylittlepdfdocument.pdf
But it seems that CF doesn't like going across servers or something using
cfexecute - please help :-)
thx
Tom
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]