KB-29866: Opening Windows Explorer in a specific folder, via E3.

Question:

Can I open Windows Explorer in a specific folder, via E3?

Solution:

Yes. With Run Application pick, you will just need to type the address of the folder in Application field.

Sample script running in a button’s Click event:

Set WshShell = CreateObject(“WScript.Shell”)
WshShell.Run “explorer c:\windows\temp”

NOTE: Attached to this article is a sample application developed with E3 version 3.1 Build 270.

Attachments:

KB29866en.zip

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *