Saturday, September 7, 2013

Connect network shares through command prompt

Connect network shares through command prompt

Open command prompt
Type pushd \\servername\sharefolder
It will create a temporary map drive
type dir to look for the files and folders shared inside
if you want to install the softwares from that shared folder
then type setup.exe and press enter, then follow the on screen installation.
before you exit just type popd, which will disconnect you from the temporary map drive

No comments:

Post a Comment