Hi! I am trying to open and run a command in Command Prompt. What should happen:
1) Open Command Prompt
2) window opens saying:
Microsoft Windows [Version 10.0.18363.1621]
(c) 2019 Microsoft Corporation. All rights reserved.
Z:\> abc zyx -| "def=954" -g "_hi jk data"
3) Command Prompt runs
What is currently happening instead:
1) Open Command Prompt
2) window opens saying:
'\\ab1cd.ef.gh.com\ijk\home\desktop\lmnop'
Cmd.exe was started with the above path as the current directory. UNC paths are not supported. Defaulting to Windows directory.
Any help in updating the directory from C: to Z: would be greatly appreciated!