All Forums >> [Scripting] >> Post a VBScript >> Convert Computer Name to IP adress Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
For the first one just place this script into a folder with a txt file named host.txt. Each line of the host.txt files should contain one computer name. This will display a message box for each.
This one is going to be a little easier to work with. Do the same as above but this one will write the information to two text files. Failed.txt contains all of the computers it could not ping. Completed gives the computername = ipadress
And last but not least the most simple one. If you make this a vbs file and run it an input box will come up. Just enter the computername and hit ok. It will echo the IP address