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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RobSzar

  1. RobSzar

    which number is smaller?

    Perfect! much better then the way I was doing it! Thanks!
  2. RobSzar

    which number is smaller?

    I have 5 numbers that are always changing, is there an easy way to tell which is the smallest? var1="110" var2="154" var3="100" var4="160" var5="130" this is just an example, the #'s will always be changing, the way I'm doing it now sucks, so much code for such a simple thing, there got to be...
  3. RobSzar

    HTA Textbox

    I got it, thanks though
  4. RobSzar

    HTA Textbox

    Really I don't want to ping, that was just an example. I want to create a, HTA with a text field to enter data, then have a action button to run the script using whatever is in the text field as a variable. The ping was just an example. I want to create an HTA page where you enter the...
  5. RobSzar

    HTA Textbox

    does anyone know how to create a textbox and perform an action when a button is clicked? example: a computer textbox, when you click a button it will ping the computer and return an IP
  6. RobSzar

    Provider: Permission denied

    That still doens't work for me, does the sruser = "domain\userid" ?
  7. RobSzar

    Add/Remove programs uninstall remotely via vbscript?

    There are several ways, you can use WMI strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colSoftware = objWMIService.ExecQuery _ ("Select * from Win32_Product Where Name = 'Personnel database'") For...
  8. RobSzar

    Provider: Permission denied

    I am doing the same thing, the only thing that works for me is to use: runas /netonly /user:domain\userid "cscript script.vbs"

Part and Inventory Search

Back
Top