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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
  • 2021-09-07
猜你喜欢
  • 2021-09-16
  • 2021-12-23
  • 2022-12-23
  • 2022-02-07
  • 2021-11-11
  • 2022-12-23
  • 2021-10-10
相关资源
相似解决方案