Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
cf_Amir #1
cfexecute and batch files
I want to execute test..bat or test.cmd using cfexecute.
inseted of executing the file , coldfusion shows the content of the file
perfixed by CFserver location like this:
C:\CFusionMX7\runtime\bin>mysql -h localhost -u amir
content of my file is just one line: "mysql -h localhost -u amir" thats it !
When I put commands like SET in my batch file it works fine.
lets say contetnt of my batch file is "SET" when I run it I get:
C:\CFusionMX7\runtime\bin>SET xxxxxxxxxxxxxxxxxxx
where xxx is out put of SET.
Why I can not run "mysql -h localhost -u amir" in my batch file useing
cfexecute?
Thank you
cf_Amir Guest
-
CF PROBE and batch files
I've setup a CF Probe on my Development Server to ensure my CF Production server is up and running (services = Apache and CF Application Server). It... -
CFExecute, Batch Files, and Redirection Operators
Here's my issue... I've got a few batch files written to bridge the gap between CFEXECUTE and our source control system. One of these files uses... -
CFEXECUTE not running batch (Security Permissions?)
I have a batch file that connects up to a server, copies some files and disconnects from the server. When I run the batch by itself, it runs just... -
Is there a way to batch convert PPT files?
Hi All, I have a need to convert dozens of PPT 2000 files for viewing on a UNIX system. Is there a way to set the proper print settings and then... -
Batch Files
Not sure, but you might want to try creating an action to run the batch process. If the action works, then the batch should work.



Reply With Quote

