Plex 2E

 View Only
  • 1.  Return code from a plex executable

    Posted Nov 23, 2020 01:29 PM
    Hi,
    Do you know if it's possible to obtain the returning status form a plex executable plex when I launch it in a vbscript source code ?


  • 2.  RE: Return code from a plex executable

    Posted Nov 24, 2020 10:15 AM
    I have never tried to do that.  I think the preferred method is to use OLE integration instead.  If you search your help file for OLE Automation Object Reference it documents how to use VBScript to call a Plex DLL as an integrated piece, not by calling an EXE.  By doing so I think you will have better control over input and dual parameters, as well as the return code.  The help topic "Parameter Passing" in the index shows that the first (element 0) item of the InParms array is the Returning Status.


  • 3.  RE: Return code from a plex executable

    Posted Jan 22, 2021 07:16 AM
    Ok, thanks for your response