Running program using CFHTTP

2002-05-29 Thread phumes1
I'm looking at the documentation and it looks like I might be able to use cfhttp to run my program on the server from a client PC. I'm not having very much success using cfexecute. Some programs work...others don't. I even tried creating a .bat file without any success. This would be the

RE: Running program using CFHTTP

2002-05-29 Thread Philip Arnold - ASP
I'm looking at the documentation and it looks like I might be able to use cfhttp to run my program on the server from a client PC. I'm not having very much success using cfexecute. Some programs work...others don't. I even tried creating a .bat file without any success. This would be the

RE: Running program using CFHTTP

2002-05-29 Thread phumes1
At 02:04 PM 5/29/2002 +0100, you wrote: I'm looking at the documentation and it looks like I might be able to use cfhttp to run my program on the server from a client PC. I'm not having very much success using cfexecute. Some programs work...others don't. I even tried creating a .bat

Re: Running program using CFHTTP

2002-05-29 Thread Lewis Sellers
On Wed, 29 May 2002 09:20:09 -0400, in cf-talk you wrote: I've done this with another program that works OK. I have another program that just doesn't seem to work properly using CFEXECUTE so I was wondering if there was a way with CFHTTP? No. (Not unless it was designed to run that way.) I

Running program using CFHTTP

2002-05-29 Thread phumes1
I was successful getting my program to run using cfhttp. I created a virtual directory programs under IIS. I need to pass a filename to the program. How can I do this using the URL? WHen I run the below code I get the error that a input file does not exist which is the correct error if the

Re: Running program using CFHTTP

2002-05-29 Thread phumes1
At 09:50 AM 5/29/2002 -0400, you wrote: On Wed, 29 May 2002 09:20:09 -0400, in cf-talk you wrote: I've done this with another program that works OK. I have another program that just doesn't seem to work properly using CFEXECUTE so I was wondering if there was a way with CFHTTP? No. (Not