bat--批处理判断文件夹是否存在

2024-12-31 14:03:01
推荐回答(1个)
回答1:

@echo off
dir /ad/x |find /i "1E213~1"&&goto :s||start "" a.txt
goto end
:s
echo 存在
:end
pause

另外提醒你一下这种文件夹是删除的掉的
rd /s/q "1..\"
打开这种文件夹
start "" "1..\"