Skip to main content
Inspiring
July 31, 2007
Question

Coldfusion vbs or bat trigger

  • July 31, 2007
  • 1 reply
  • 328 views
I have various bat and vbs scripts around that I am trying to tie into some automation. I, at some, point need to trigger these files. What function do I need to look at to do this?

Thanks,
Frank
    This topic has been closed for replies.

    1 reply

    Inspiring
    July 31, 2007
    frank_tudor wrote:
    > I have various bat and vbs scripts around that I am trying to tie into some
    > automation. I, at some, point need to trigger these files. What function do I
    > need to look at to do this?
    >
    > Thanks,
    > Frank
    >

    The <cfexecute...> tag allows command line integration for ColdFusion.

    Participating Frequently
    August 1, 2007
    Also, if permissions are involved, you will need to run your CF App Server service as a domain account with permission to execute the scripts.

    M!ke