Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Igor
  • Order by date
  1. Igor

    Obtaining win/nt logon userid in vbscript

    The WSHNetwork object might help.<br> Example:<br> <br> Dim WSHNetwork<br> Set WSHNetwork = WScript.CreateObject("WScript.Network")<br> <br> WScript.Echo(WSHNetwork.UserDomain & "\" & _ WSHNetwork.UserName)<br>
  2. Igor

    How to get executable Version Information

    You could try another codepage when calling VerQueryValue.<br> <br> "...\\StringFileInfo\\040904E4\\FileVersion..."<br> <br> // 04------ = SUBLANG_ENGLISH_USA<br> // --XX---- = Language ID (*)<br> // ----04E4 = 1252 = Codepage for Windows:Multilingual<br> // ----04B0 = 1200 =...

Part and Inventory Search

Back
Top