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 Chris Miller 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. wolfsteven

    Redirecting output using Wscript.Run, doesn't work!

    Here is my sample code: oShell.Run cProgram & " >" & cFile, nWindowType, True However, the file isn't created. The weird thing is that it was working for a while but then stopped. Permissions maybe?
  2. wolfsteven

    Help writing to the system log

    Okay guys, I can't seem to create a custom log in the eventlog no matter what method I use. I have tried this: Const NO_VALUE = Empty Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.RegWrite _ "HKLM\System\CurrentControlSet\Services\EventLog\Scripts\", NO_VALUE As well as...

Part and Inventory Search

Back
Top