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 strongm 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: jjason01
  • Content: Threads
  • Order by date
  1. jjason01

    Reading IP Address from CSV File will not pull full IP Address

    I have a CSV file with a printer name, printer ip address, and printer type. I am using vbscript in a hta to read the csv file and put it in a list box. I can get it to work fine but the ip address does not all come up. If I have a IP of 10.20.34.5 it shows up as 10.20 and that's it. My code is...
  2. jjason01

    Capture dos window text

    I am making a HTA with vbscript. I want to run a dos command from the HTA with the wscript.run and then capture the text from the dos window and put it into a text box on the HTA so I know what is happening. Is there a way to do this with vbscript. Or a way to put that dos text into a variable...
  3. jjason01

    Read text file into multidimensional array

    I have a text file with a list of printer info. IE: Printername,ipaddress,location,drivername I want to read each line into a multidimensional array so I can display the printer name and ip on one part of a HTA and the location and driver name on a different part. I can read in one line and...

Part and Inventory Search

Back
Top