windows bat file error

前端 未结 5 2120
没有蜡笔的小新
没有蜡笔的小新 2021-01-02 09:38

i try to launch a BAT file on a network share but i get this error:

\'\\\\dev\\applets\'
CMD.EXE was started with the above path as the current directory.
UN         


        
5条回答
  •  执念已碎
    2021-01-02 09:49

    Do you have a chance to mount the network share first?

    net use \\dev\applets z:
    z:\mybatchfile.bat
    

提交回复
热议问题