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

  • Users: nkntb
  • Content: Threads
  • Order by date
  1. nkntb

    Can't terminate two processes using HTA

    Hello, I use this vbscript to kill two processes calc.exe and freecell.exe and it works fine. But if I convert it into an HTA, it only kills one process. Does anyone know why? Thanks, Here is the script. ‘’’’beginning of the script’’’’ On Error Resume Next strComputer = "." arrTargetProcs =...
  2. nkntb

    using HTA to add network printer

    When I run the script the msgbox returned the corrected printer name but the script error out saying the printer name is invaild. I think the problem is objButton.Value it is not a string, but how can I convert it to be useful string? Thank you, Chi here is my script. <html> <head>...
  3. nkntb

    vbscript to create desktop wall paper

    How can I create a bitmap file showing the computername and use it as desktop wall paper? Any help would be greatly appreciated. Thank you,

Part and Inventory Search

Back
Top