青松

博客园 首页 新随笔 联系 订阅 管理

2012年6月10日 #

摘要: @echo off&for /f "delims=" %%a in ('dir /s /b /a-d') do (echo %%~nxa>>%%~xa.txt) 获取指定文件夹下 所有文件的绝对路径@echo off & setlocal EnableDelayedExpansionfor /f ... 阅读全文
posted @ 2012-06-10 09:00 轻轻松松 阅读(1130) 评论(1) 推荐(0)