Hi Guys, One of the friends from here posted this script Is there a way to feed a list of computers to that script .. ( list of IP/Hostnames ) Thank you very much #include <GuiConstantsEx.au3> #include <GuiListView.au3> #include <GuiImageList.au3> #include <Constants.au3> #include "array.au3" #include <GUIConstants.au3> Dim $line Dim $item $GUI = GUICreate("My GUI" , 800 , 600) $listview = GuiCtrlCreateListView ("Indication|Computer|Ip|Status ", 40