在DOS或Powershell中获取网络共享的物理路径
简单的问题,但我似乎找不到或弄清楚答案。
我有一个指示Windows网络共享的变量,例如
\\myBoxName\networkshare\shared
在DOS或powershell中(最好是前者,尽管这不是什么大问题),我需要获取另一个指示该网络共享的物理路径的变量值。所以我正在寻找的答案是这样的......
D:\Networkshare\shared
脚本正在共享所在的盒子上运行,如果有帮助的话。
干杯, 马特
Simple question but I can't seem to find or figure out the answer.
I have a variable which indicates a windows network share, e.g.
\\myBoxName\networkshare\shared
Within either DOS or powershell (preferably the former, although it's not a big deal) I need to get another variable value that indicates the physical path of that network share. So the answer I'm looking for is something like ...
D:\Networkshare\shared
The script is running on the box on which the share is located, if that helps.
Cheers,
Matt
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
try this: