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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vbscript searches a local network for all computers on it and then transfer a file on all of them?

Status
Not open for further replies.

chris47368

Programmer
Jun 8, 2012
4
GB
Hi does anyone know how you could use a vbscript to find the network name that the computer (running the script) is connected to and then search this network for computers connected to it and then transfer a file to all of these computers connected to that network.I need the code because im making a file tranfer tool that automatically does all that described.[smile]
Thanks
Chris
 
One way is to grab the output of the net view command.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
i know about this command but how could you transfer the files to each computer on that network displayed in this command vbscript
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top