Web Master wrote:
> Well, it's pretty straightforward:
> 
> <cfexecute name="d:\webserver\client\engine\app.exe"
>          arguments="-run client_file.lis">
> </cfexecute>

First try:
<cfexecute name="d:\webserver\client\engine\app.exe"
          arguments="-run d:\webserver\client\engine\client_file.lis">
</cfexecute>

If that fails:
<cfexecute name="c:\winnt\system32\cmd.exe"
          arguments="/c d:\webserver\client\engine\app.exe -run 
d:\webserver\client\engine\client_file.lis">
</cfexecute>

If that fails: is d: a mapped drive or is it local?

Jochem

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to