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 bkrike 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. Rambeaux007

    Output Array Loop to Textbox in HTA

    Hello All! I am working on a HTA file that will parse thru a text file then output the last 5 or 6 lines of the text file to a Textbox. The script runs but only outputs 1 of the 5 readouts on the screen. I'm stuck. Please help! <head> <HTA:APPLICATION APPLICATIONNAME="HPSA Utility...
  2. Rambeaux007

    Does the Service Exist

    I am working on code that will check to see if the service exists. If it does then output the status. If it does not exist just output that it is not installed. I found some other code but cannot seem to get it to function. I get a error message of "Item does not support count function"...
  3. Rambeaux007

    Select Network Adapter for Configuration

    Hello, I am trying to create a script that will only configure the DNS suffixes for a specific adapter. Unfortunately I can only utilize the NetconnectionID name with happens to have a space in the name. Can someone point me in the right direction? Thanks!! On Error Resume Next...
  4. Rambeaux007

    Filter info using RegExp

    This script executes the HPONCFG.exe then parses thru it's output. The problem lies when I try to filter out the information between the quotes. (<IP_ADDRESS VALUE = "100.148.8.182"/>) I need to get the regexp working so I can get the information out of the quotes. Not just for IP but other...
  5. Rambeaux007

    Search Multiple Files on Multiple Computers

    I am trying to work out a script that will read multiple log files on multiple computers. I just can't seem to figure out how to get this accomplished. Here is the code I have so far.... strComputers = objFile.ReadAll objFile.Close arrComputers = Split(strComputers, vbCrLf) For Each...
  6. Rambeaux007

    Email Notification with Red Hat

    Hello, I am a Windows guy so this may be an easy question for you Linux techs. I am running NetWorker 7.1.3 on a Red Hat server. Under I have a few Notifications that I would like the Action to be an email to me. So far all I can come up with is: echo "Testing" | mail nobody@nobody.com -s...

Part and Inventory Search

Back
Top