My favorites
|
Sign in
cogen
Crossplatform asynchronous network oriented python framework based on python 2.5 enhanced generators.
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
‹r507
r593
Source path:
svn
/
trunk
/
loop-run.cmd
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:
/trunk/loop-run.cmd
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
View raw file
Hosted by