Ask a Question related to Macromedia ColdFusion, Design and Development.
-
unleashed #1
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
fine, but when I use cfexecute to run the program, it doesn't work. I believe
that it is failing while trying to connect to the other computer.
<<<< Batch File Start >>>>
NET USE \\12.3.45.67\IPC$ /USER:myUserID myPassword
copy c:\datafiles\*.zip \\12.3.45.67\myShare\
NET USE \\12.3.45.67\IPC$ /DEL
<<<< Batch File Start >>>>
Could there be some sort of permissions that Cold Fusion needs to run a "NET
USE"?
The Server:
Windows2003
Cold Fusion MX7
Thanks,
James
unleashed Guest
-
What permissions in which directories are needed by theaccount CF is running under in a Mu
Installed CFMX 7.01 in Multiserver mode and want to run one of the cfusion server service instance under a local account. Runs fine after install... -
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 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... -
Security permissions...
I an attempting to serialize a custom exception class that is derived from System.Exception during runtime. I am getting a the following security... -
problems running a batch action in PS7
I am a photographer and have set up actions in Photoshop to stamp "proof/copyright" as well as lower the resolution to every photo in a foulder of... -
Mr Black #2
Re: CFEXECUTE not running batch (Security Permissions?)
May want to try this instead:
[url]http://www.cftagstore.com/tags/cfxexec.cfm[/url]
Mr Black Guest
-
unleashed #3
Re: CFEXECUTE not running batch (Security Permissions?)
Thanks. The CFX_EXEC tag works. $20 well spent.
unleashed Guest



Reply With Quote

