随笔 - 175
文章 - 35
评论 - 831
08 2010 档案
Generate output with bat command
摘要: for /l %i in (1,1,59) do set /p=-x %i.out >>s.txtWith pressing 59 time enter key, you will get a txt file named s.txt in which the content is as below:-x 1.out -x 2.out -x 3.out...-x 59.out阅读全文
