Announcement

Collapse
No announcement yet.

How to call another executable from EFS?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to call another executable from EFS?

    Hi.
    How can I call another executable program on my disk from EFS?
    I tried ActiveXObject("WScript.shell"), but it does not work in EFS.
    I want to send call the email program that sends trade signals to me while I work in office.


    Please let me know.

    -ganesh

  • #2
    Re: How to call another executable from EFS?

    Hi ganes,

    Here is a link to a working example - Windows API Shell Execute Example Script in the FileShare, perhaps it will help.


    Originally posted by gansal
    Hi.
    How can I call another executable program on my disk from EFS?
    I tried ActiveXObject("WScript.shell"), but it does not work in EFS.
    I want to send call the email program that sends trade signals to me while I work in office.


    Please let me know.

    -ganesh

    Comment


    • #3
      Re: Re: How to call another executable from EFS?

      Exactly what I needed. Thank you very much stevehare2003.

      Originally posted by stevehare2003
      Hi ganes,

      Here is a link to a working example - Windows API Shell Execute Example Script in the FileShare, perhaps it will help.

      Comment


      • #4
        Re: Re: Re: How to call another executable from EFS?

        hi gansal,

        You are welcome.

        This was from Chris Kryza's FileShare Specialty Scripts, a great resource IMO.

        Steve




        Originally posted by gansal
        Exactly what I needed. Thank you very much stevehare2003.

        Comment

        Working...
        X