如何用批处理读取文本文件的第一行

如题所述

第1个回答  2016-11-06
for /f "delims=" %%i in (c:\test\config\123.txt) do (set test=%%i)&(goto :next)
:next本回答被网友采纳
相似回答