常用的批处理判断 文件是否存在判断 1,if exist fileName如if exist c:\a.txt (echo c:\a.txt 存在) else (echo c:\a.txt不存在) 字符串是否相等 ...