首页
IT
登录
6mi
u
盘
搜
搜 索
IT
DOS批处理命令之if命令
DOS批处理命令之if命令
xiaoxiao
2024-11-29
4
@ECHO OFF if exist a.txt ( echo 找到了a.txt文件,其内容为: type a.txt ) else ( echo 找不到a.txt文件。 )
运行结果:
补充:
转载请注明原文地址: https://ju.6miu.com/read-1294089.html
最新回复
(
0
)