lgxqf  

随笔分类 -  Code

  • How to use "for" in DOS
    摘要:echo offset Count=0setlocal EnableDelayedExpansionfor /l %%i in (1, 1, 9) do (set /a Count+=1set A=C:\qa\Quick-testing-for0.6.1dut-as0.6ref\Listen_Case_0!Count!_output_ea06_ref.wavset B=C:\qa\Quick-testing-for0.6.1dut-as0.6ref\Listen_Case_0!Count!_output_ea061_dut.wavecho !B!bindiff !A! !B! -q > 阅读全文
    posted @ 2013-05-13 16:16 Justin_Ma 阅读(241) 评论(0) 推荐(0)