@echo off & setlocal EnableDelayedExpansion
for /f "delims=" %%i in ('"dir /a/s/b/on ."') do (
set file=%%~fi
set file=!file:/=/!
DEL 路径.txt
echo !file! >> AllfileDir.txt
)
@echo off & setlocal EnableDelayedExpansion
for /f "delims=" %%i in ('"dir /a/s/b/on ."') do (
set file=%%~fi
set file=!file:/=/!
DEL 路径.txt
echo !file! >> AllfileDir.txt
)