如何使用批处理文件中不存在的情况搜索程序文件夹中的文件
我正在编写一个批处理文件,在其中搜索类似
IF not exit "C:\Program Files\Bfsdfs\Fdsfsdfsde\dsfe.exe"
的
文件,并在 if else 中处理多个语句,但是这个无论文件是否存在,语句始终返回 false。
I am writing a batch file where I' m searching for a file like
IF not exist "C:\Program Files\Bfsdfs\Fdsfsdfsde\dsfe.exe"
and processing multiple statements in if else, but this statement always returns false, irrespective whether the file exist or not.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)