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 IamaSherpa 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. jjason01

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

    Ok so it shows up but with the quotes in my list box? Do I need to just remove them in code?
  2. 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...
  3. jjason01

    Capture dos window text

    I will give that a try thank you!!!
  4. 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...
  5. jjason01

    Read text file into multidimensional array

    Thanks for you help. It sucks you have to put the quotes around the ip but it works!!
  6. jjason01

    Read text file into multidimensional array

    Thanks jges. I think that will work. Only one problem. When it reads in the ip address on my text file it does not display all of it. My header reads Name,IPAddress,DriverPath,PCLDriverName,PSDriverName I used the example from the msdn site and when I echo the IPAddress it comes back as...
  7. 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