HELP PLZ: Dos to call host name in text file
Posted: 17 Dec 2012 06:17
We currently have a number of network devices for example
NAS1
NAS2
They all have software on, that we use to go onsite to install software via a scrip, it would be nice to have a batch script to call the host name in the text file to save me editing 10+ devices with
:script
net use Z: /d /y
net use Z: \\nas1\ /USER:XXXX XXXX /y
See where i create a static link to nas1, would be nice for that to point to a text file,
Hope that makes scene ?
NAS1
NAS2
They all have software on, that we use to go onsite to install software via a scrip, it would be nice to have a batch script to call the host name in the text file to save me editing 10+ devices with
:script
net use Z: /d /y
net use Z: \\nas1\ /USER:XXXX XXXX /y
See where i create a static link to nas1, would be nice for that to point to a text file,
Hope that makes scene ?