windows bat file error

前端 未结 5 2063
没有蜡笔的小新
没有蜡笔的小新 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:58

    I had the same problem.. while the script runs just fine, the CMD.EXE header was annoying.

    To supress that text, I simply call a CLS as a first line of my script.

    This will remove that nasty CMD.EXE header and display whatever you want afterwards.

    Hope this helps.

提交回复
热议问题