Skip to content

Elipse Knowledgebase

  • Home
  • English (US)English (US)
    • Português do BrasilPortuguês do Brasil

Category: Scripts

KB-38178: Closing a computer’s process via E3

25 de March de 201924 de November de 2022Elipse SoftwareLeave a Comment on KB-38178: Closing a computer’s process via E3

Question: Can I close a computer’s process via E3? Solution: Yes. To do so, you must write a script. For example: ProcessName = “notepad.exe”PID = 2536Set service = GetObject(“winmgmts:\\.\root\cimv2”)‘Closes the…

Read More

Accessing all tags of a Driver.

25 de March de 201910 de June de 2019Elipse SoftwareLeave a Comment on Accessing all tags of a Driver.

Question: How can I access all tags of a Driver if it has several subfolders? Solution: To do so, you must write a script using recursion. Example (script executed at…

Read More

KB-38040: Hot-StandBy servers’s switchover via scripts.

25 de March de 201911 de September de 2019Elipse SoftwareLeave a Comment on KB-38040: Hot-StandBy servers’s switchover via scripts.

Question: How can I force a HotStandBy servers’s switchover via scripts? Solution: To do so, you must enable the Activate backup server on local failure option in the Domain’s options…

Read More

KB-27284: Starting a SetPoint with the current time/date.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-27284: Starting a SetPoint with the current time/date.

Question: How can I configure a SetPoint to be opened with the current time? Solution: To do so, you must create a script in the setpoint’s OnStartRunning event, and attribute to…

Read More

KB-36903: Using Set command to enhance a script’s performance.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-36903: Using Set command to enhance a script’s performance.

Question: How does Set command help enhance a script’s performance? Solution: In addition to improving the organization and making it easier to analyze scripts, Set command optimizes the script’s performance…

Read More

KB-23789: MessageBox on multiple lines.

25 de March de 20199 de December de 2020Elipse SoftwareLeave a Comment on KB-23789: MessageBox on multiple lines.

Question: How can I set up a text to be displayed on the bottom line of a MsgBox? Solution: To do so, you must concatenate the Chr(13) character to the…

Read More

Retrieving the DPI of an open screen at runtime.

25 de March de 2019Elipse SoftwareLeave a Comment on Retrieving the DPI of an open screen at runtime.

Question: At run time, how can I retrieve the DPI of a screen open in an E3Viewer? Solution: To do so, you must write a script similar to the example…

Read More

Retrieving the resolution of an open screen at runtime.

25 de March de 2019Elipse SoftwareLeave a Comment on Retrieving the resolution of an open screen at runtime.

Question: At run time, how can I retrieve the resolution of an open screen in an E3Viewer? Solution: To do so, you must write a script similar to the one…

Read More

KB-37613: Opening a CHM file on a specific page via E3.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-37613: Opening a CHM file on a specific page via E3.

Question: How can I open a CHM file by setting a certain topic via E3? Solution: To do so, you must use the Viewer’s ExecuteExternalApp method. For example:  Application.ExecuteExternalApp “hh.exe”,…

Read More

KB-32926: Moving files via E3.

25 de March de 20198 de January de 2020Elipse SoftwareLeave a Comment on KB-32926: Moving files via E3.

Question: How can I move a TXT file between folders via E3? Solution: To do so, you must use the VBScript’s MoveFile() method. Example: Set fso = CreateObject(“Scripting.FileSystemObject”)fso.MoveFile “C:\file.txt”, “c:\destination\”

Read More

Posts navigation

Previous 1 … 12 13 14 … 27 Next

Categories

Search by Category

© 2025 Elipse Knowledgebase | Elipse Software - Todos os Direitos Reservados.