Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Retrieve the Path to the Program Files Folder on a ComputerContent of Retrieve the Path to the Program Files Folder on a Computer.vbsMD5 Hash: C8677B9AF9668B7F99A4CB30CC42DC41 |
||
Const PROGRAM_FILES = &H26&
Set objShell = CreateObject("Shell.Application") Set objFolder = objShell.Namespace(PROGRAM_FILES) Set objFolderItem = objFolder.Self Wscript.Echo objFolderItem.Path | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |