0

I am trying to access a network drive on CMD so I can run some commands on it, but it cmd keeps reporting that that the 'system cannot find the drive specified'.

I have tried:

Y:
cd /d Y:

Both return the same error. When I run net use Y: it returns:

Local name        Y:
Remote name       \\***.***.**.*\web
Resource type     Disk
The command completed successfully.

Any help is greatly appreciated.

1
  • 2
    These results are consistent your running cmd with administrative privileges, which can't access user shares. If you have access, there are normally a couple more lines in the net response.
    – AFH
    Commented Sep 11, 2017 at 14:00

1 Answer 1

0

Found out my issue was running the command prompt as admin. As soon as I ran it normally it worked fine. Must be a user issue.

2

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .