est
-
Total Posts
:
40
- Scores: 0
-
Reward points
:
0
- Joined: 10/12/2006
-
Status: offline
|
pure vbs retrieve dll version info
Tuesday, November 14, 2006 7:04 PM
( permalink)
Just for theroitical demostrating, further rendering needed.
Dim oInfo
Set oVer = WScript.GetObject("res://"& InputBox("Full file path?",wscript.ScriptName,"shell32.dll") &"/16/1")
WScript.Sleep 200
oInfo = Split(oVer.body.innerHTML,Chr(01))
For i = 1 To UBound(oInfo)
WScript.Echo oInfo(i)
Next
I just discovered this last night! And I am currently under another task: Using the IE sysimage:// shema to launch icons in IE. If anyone have any idea, plz let me know!
Do NOT program in a programmer's way
|
|
|
|