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 derfloh 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: *

  1. jaejunks

    Code does not run in Microsoft Edge - it does in Google Chrome

    Logout of any account used to access that page and clear cookies and site data for that site in both web browsers. Then retest.
  2. jaejunks

    Script seeing input variable value as blank but sees hard-coded value

    You're specifying UserLogonName as a string rather than a variable.
  3. jaejunks

    [WSH] How to properly run non English scripts in English Windows?

    For example, below simple `test.vbs` code displays some Cyrillic characters, but was encoded using ANSI encoding with Cyrillic code page 1251. wscript.echo "БГДЖЗИЙ" The file's binary data: 77 73 63 72 69 70 74 2E 65 63 68 6F 20 22 C1 C3 C4 C6 C7 C8 C9 22 0D 0A In English Windows'...

Part and Inventory Search

Back
Top