Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFEXECUTE .cfm file with url parameter

Status
Not open for further replies.

ketankshah

IS-IT--Management
Joined
Jan 11, 2001
Messages
121
Location
IN
I want to use CFEXECUTE to run a .cfm file with url parameters.

example:
<CFEXECUTE NAME=&quot;C:\CFUSION\BIN\CFML.EXE&quot; ARGUMENTS=&quot;C:/Inetpub/ outputfile=&quot;C:/Inetpub/
It is not executing the file and if I see the outputfile, it is showing an error 'Object not found'. The same thing works if I remove the url parameter ?id=1 from the arguments.

How can I pass such parameters in CFEXECUTE?

Ketan
 
Can you explain why? I can't think of any reason for using CFEXECUTE to run a cm file. - tleish
 
The file I want to run through CFEXECUTE is a long process basically sending emails to thousands of subscribers. I want to run this file and on the screen I want to display 'Please wait' message showing % of emails sent. On completion of this process, it will display confirmation message. On using CFEXECUTE, I want to run the file on a separate thread and return the control back to show a 'please wait' page.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top