Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Show Users a Dialog Box for Selecting FilesContent of Show Users a Dialog Box for Selecting Files.vbsMD5 Hash: 0A79D482183038D4F0586C9C53545408 |
||
Set objDialog = CreateObject("UserAccounts.CommonDialog")
objDialog.Filter = "All Files|*.*" objDialog.InitialDir = "C:\" intResult = objDialog.ShowOpen If intResult = 0 Then Wscript.Quit Else Wscript.Echo objDialog.FileName End If | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |