|
windows
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
"Add Network Place" from command line ?Ok, I can add newtwork places in WindowsExplorer through the GUI and the Wizard.
But is there a command line command for adding Network places as well? Assume I want to add the remote shared folder \\192.168.1.30\mylogs as a new entry below "My Network Places" and label it "remotelogs". How do I this from command line ? David David Welch wrote:
> Ok, I can add newtwork places in WindowsExplorer through the GUI and the net use \\192.168.1.30\mylogs> Wizard. > > But is there a command line command for adding Network places as well? > > Assume I want to add the remote shared folder > > \\192.168.1.30\mylogs > > as a new entry below "My Network Places" and label it "remotelogs". > How do I this from command line ? > > David
Show quote
Hide quote
"David Welch" <ds***@yahoo.uk.com> wrote in message If it works from a browser then you can launch it fromnews:44ffddc4$0$17404$9b4e6d93@newsspool2.arcor-online.net... > Ok, I can add newtwork places in WindowsExplorer through the GUI and the Wizard. > > But is there a command line command for adding Network places as well? > > Assume I want to add the remote shared folder > > \\192.168.1.30\mylogs > > as a new entry below "My Network Places" and label it "remotelogs". > How do I this from command line ? > > David > a Command Prompt like so: "c:\Program Files\..\iexplore.exe" \\192.168.1.30\mylogs The easiest way would be to map a network drive to the shared folder -
from a command prompt type net use x: \\192.168.1.30\mylogs /p where x: is the drive letter that you want to assign /p is optional, but will make the drive mapping persistent so that it doesn't go away when the user logs off/shuts down. David Welch wrote: Show quoteHide quote > Ok, I can add newtwork places in WindowsExplorer through the GUI and the Wizard. > Assume I want to add the remote shared folder > \\192.168.1.30\mylogs > as a new entry below "My Network Places" and label it "remotelogs". > How do I this from command line ?
Missing mapped drives in my computer / explorer
Intermittent Internet Connection Lose...PLEASE HELP Windows Network Workgroup connection problem Disable Network Browsing can't see 1 computer on the network Intermittent Internet Connection Lose...PLEASE HELP Multihomed connectivity issue net send 192.168.1.30 "Hello" to all users on this machine does not work XP Home DHCP wont Start File sharing error message |
|||||||||||||||||||||||