批处理文件 – Windows bat文件错误

前端之家收集整理的这篇文章主要介绍了批处理文件 – Windows bat文件错误前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我尝试在网络共享上启动BAT文件,但我收到此错误
'\\dev\applets'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported.  Defaulting to Windows directory.

这是一个解决方法吗?

谢谢!

您是否有机会先安装网络共享?
net use \\dev\applets z:
z:\mybatchfile.bat
原文链接:/windows/372130.html

猜你在找的Windows相关文章