I have a program that you can see below.
http://www.summeylabs.com/images/prog.jpg
It has a textbox, button, menu, and listview. What the application does is you type in a machine name into the text box hit search it will connect to the machine delete a file i have coded with in the applicatoin and then list the machine name with the status file deleted or file not found under the status column. Ok im a network ad min i have like 100+ machines so what i did was is added a menu in that menu i have open when clicked it opens the file dialog you can choose .txt files and in that is the machine names like this
machine-1
machine-2
machine -3
i am able to read them from the text box as you can see from the link above but what would be the best way to load all the machines into the list view item under machines column, then once they are all loaded it says "machines are loaded do you want to start now?" and it has ok button once clicked ok it will go through each name check to see if the file is there if not report back file not found if found delete report back deleted under status column.
also i have taken care of credentials my deleting code is wrapped in a impersonating code with my supplied net admin creds.
any idea how i would go about doing this?
if anyone needs to see my src i will show you.
thank you for your time
-Summey