StackOverflow 文件 batch-file 教程 if 語句 檢查檔案是否存在 檢查檔案是否存在 Created: November-22, 2018 If exist "C:\Foo\Bar.baz" ( Echo File exist ) 這將檢查檔案 C:\ Foo \ Bar.baz 是否存在。如果存在,則回顯檔案存在也可以新增 Not 運算子。 如果變數存在設定比較字串