CODE: [Copy to clipboard]@echo off if exist c:\boot.ini echo C盘有boot.ini文件 if not exist c:\boot.ini echo C盘没有boot.ini文件