6 lines
111 B
Batchfile
6 lines
111 B
Batchfile
@echo off
|
|
set /a c=c+1
|
|
echo [Depth %c%] Mung until no good
|
|
call mung.cmd
|
|
echo [Depth %c%] No good
|
|
set /a c=c-1
|