for /f "usebakq tokens=*" %%i in (
`dir /a-d/b/s c:\*.gho d:\*.gho e:\*.gho`
) do (
set /a n+=1
call set "#%%n%%=%%i"
)
echo. 您所收索的盘符,存在以下GHO文件 格式为 " 变量= XXX.gho
set #>"%~dp0GHO.txt&¬epad "%~dp0GHO.txt"
for /f "usebakq tokens=*" %%i in (
`dir /a-d/b/s c:\*.gho d:\*.gho e:\*.gho`
) do (
cd.>"%~dp0GHO.txt
echo.%%i>"%~dp0GHO.txt
)
echo. 您所收索的盘符,存在以下GHO文件
notepad "%~dp0GHO.txt"
欢迎光临 无忧启动论坛 (http://wuyou.net./) | Powered by Discuz! X3.3 |