📌  相关文章
📜  批处理窗口 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:57.948000             🧑  作者: Mango

代码示例1
syntax-FOR-List of numbers   
       FOR /L %%parameter IN (start,step,end) DO command 
   
syntax-FOR-Command Results 
       FOR /F ["options"] %%parameter IN ('command to process') DO command