Announcement

Collapse
No announcement yet.

Error running VB scripts

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

  • Error running VB scripts

    When I try to run a VB script from Autoplay, I get an Error Executing File error. Its pointing to the correct location, but its not running. I can run the VB script outside of Autoplay, but when its called from the program, I get the error message. Any ideas?

  • #2
    Re: Error running VB scripts

    Hi - Couple questions:

    I assume you are trying to execute a file containing the vbscript? [if so, what file .ext does it have?]
    What is the exact error message?
    From where in AMS are yu calling the execution?
    What Actions are yu using in AMS to achieve this?
    -
    = Derek
    ["All glory comes from daring to begin" - fortune cookie]

    Comment


    • #3
      Re: Error running VB scripts

      Tip: if you're using File.Execute, try File.Open instead.
      --[[ Indigo Rose Software Developer ]]

      Comment


      • #4
        Re: Error running VB scripts

        That was it -- File.Open instead of File.Execute. Thanks for the help!

        Comment


        • #5
          Re: Error running VB scripts

          NP. Glad to be of service. [img]/ubbthreads/images/icons/smile.gif[/img]
          --[[ Indigo Rose Software Developer ]]

          Comment

          Working...
          X