mount a network drive with command prompt

You can use the command prompt to mount a network drive:

  • open a command prompt (cmd or powershell) and type the following command:
net use Z: \\local-mysubdomain.webconnect.pro@SSL/wbc/myuser /persistent:no /user:myuser mypassword
  • Z is the drive letter in which to mount the share
  • local-mysubdomain.webconnect.pro@SSL/wbc/myuser is your webconnect domain (replace mysubdomain with your actual subdomain and myuser with your username)
  • /user:myuser mypassword is the login data from your webconnect login (replace myuser with your username and mypassword with your password)

After running this command you can close the command prompt and your network drive should be available in the windows explorer.

Contact Us

Not finding what you're looking for? Contact Us Directly