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.