(well if it's so easy, why can't I do it then!)


I have a list of machine names in a text file. Eg:

machine1
machine2
machine3
etc

I need to be able to call each machine name in turn and insert it in the .sendto line below.

Any ideas?

Simon

With mNetSend
.Message = "Shutting down in 5 mins"
.SendTo = "machine1"
.NetSendMessage
End With