My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
@echo off
set /a count=0
set /a fails=0
:do
echo runs: %count% fails: %fails% command: %*
%*
set /a count=%count%+1
if %errorlevel%==0 goto do
set /a fails=%fails%+1
goto do
Show details Hide details

Change log

r508 by ionel.mc on Nov 25, 2008   Diff
changed start number
Go to: 
Project members, sign in to write a code review

Older revisions

r507 by ionel.mc on Nov 25, 2008   Diff
added a batch for loop-testing
All revisions of this file

File info

Size: 184 bytes, 10 lines
Hosted by Google Code