Skip to content

Elipse Knowledgebase

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

Categoria:

KB-30308: Using the ElseIf clause in a script.

25 de março de 201924 de novembro de 2022Elipse SoftwareDeixe um comentário on KB-30308: Using the ElseIf clause in a script.

Question: How can I use the “ElseIf” clause in a script? Solution: To do so, just insert it into an “If”‘s loop. For example: If condition == “value”ActionElseIf condition2 ==…

Leia Mais

Returning items sorted alphabetically.

25 de março de 201924 de abril de 2019Elipse SoftwareDeixe um comentário on Returning items sorted alphabetically.

Autor
Mateus Machado

Leia Mais

Extracting ZIP files via scripts.

25 de março de 2019Elipse SoftwareDeixe um comentário on Extracting ZIP files via scripts.

Question:Can I extract a ZIP file via scripts? Solution: Yes, you can. For example: ‘ZIP file to be extracted:pathToZipFile=”C:\Folder1\MyZIPfile.zip” ‘Folder of destination:extractTo=”C:\Folder2\”‘Tests if the file existsset fso2 = CreateObject(“Scripting.FileSystemObject”)if fso2.FileExists(pathToZipFile)…

Leia Mais

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

25 de março de 201924 de novembro de 2022Elipse SoftwareDeixe um comentário 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…

Leia Mais

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

25 de março de 2019Elipse SoftwareDeixe um comentário 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…

Leia Mais

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

25 de março de 2019Elipse SoftwareDeixe um comentário 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…

Leia Mais

Retrieving the DPI of an open screen at runtime.

25 de março de 2019Elipse SoftwareDeixe um comentário 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…

Leia Mais

Retrieving the resolution of an open screen at runtime.

25 de março de 2019Elipse SoftwareDeixe um comentário 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…

Leia Mais

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

25 de março de 2019Elipse SoftwareDeixe um comentário 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”,…

Leia Mais

KB-31560: VBScript’s version used in E3.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-31560: VBScript’s version used in E3.

Question: Which is the VBScript’s version used on E3? Solution: E3 uses the version that is installed in the computer (C:\WINDOWS\system32\wscript.exe). Via E3, you can retrieve the version of VBScript…

Leia Mais

Navegação por posts

Anterior 1 2 3 4 … 11 Próximo

Categorias

Busca por Categoria

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