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 SkipVought 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. kottan

    Create System environment variable in VB

    HI, I want to develop a litle program to create a system environment variable an give it a value. In vbscript I used the following code: Set WshShell = Wscript.CreateObject("Wscript.Shell") Set WshEnv = WshShell.Environment("SYSTEM") WshEnv("EXAMPLE")=...
  2. kottan

    Problem with Blanks in Pathname

    Hi, i want to start an application with the run method e.g.: set objShell = wscript.createObject("wscript.shell") objShell.run("c:\in test\notepad.exe") But Vbscript doesn't like the blank in "in test" What do I have to do to make the script working properly...

Part and Inventory Search

Back
Top