CODE: [Copy to clipboard]@echo off if exist "E:\ghost\" ( echo 直接克隆分区1到分区3的ghost目录 ) else ( md "E:\ghost\" ) pause