| 
                    
        
            
    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 > 
        阅读全文 
    
   |