Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
f4u_corsair #1
Connect Direct call using CFEXECUTE
I am trying to CFEXECUTE Stirling Commerce's CONNECT DIRECT program via a Batch
File command. I can get Connect Direct to start but can't pick up the arguments
it needs to send anything. Something about how CFusion syntax is bumping heads
with the usage of this program. Could be the quotes in the Batch file arugments
prematurely ending the CFEXECUTE command?? I am trying to pull in another file
using the redirection command "<". The batch command works on the console but
CF does not seem to get this triggered all the way.
<CFEXECUTE Name="C:\batchfile.bat" OUTPUTFILE="c:/output.txt" timeout=15>
</CFEXECUTE>
Batch file command =
c:
cd \progra~1\cdreq32\
direct.exe -ucd_epa -pepacduser < c:\CMA00.cdp
The CDP file has arguments that need to be in quotes so does this cause the
CFEXECUTE command to quit early and if so, I cannot find how to make a quote be
just a quote literally.
f4u_corsair Guest
-
desperate call for help: "The underlying connection was closed: Unable to connect to the remote server.
I have a web service running on a server. With my brower, I can get the asmx page and get the expected output on the page. With a console... -
#39665 [NEW]: would like to make a direct call to html_entity_decode() from C/C++
From: drew at folta dot net Operating system: PHP version: 5.2.0 PHP Bug Type: Unknown/Other Function Bug description: ... -
CFExecute and MX7
Under testing CFEXECUTE in MX7 I noted it is running under the SYSTEM account. In MX6.1 it ran under the account that was running the MMCF service. ... -
Direct Cable Connect
You need to install NetBEUI protocall on all computers on your network, for WindowsXP clients download this file and run it, it will then allow you... -
direct connect using parallel port
how to i create a connection between two computer using parallel port,and how do i access the file on the host computer. both computer are running... -
Mr Black #2
Re: Connect Direct call using CFEXECUTE
If direct.exe tries to access the network, it could be a CF account permission problem.
Also, you might try this one instead of CFEXECUTE:
[url]http://www.cftagstore.com/tags/cfxexec.cfm[/url]
Mr Black Guest



Reply With Quote

