You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
615 B
Batchfile
47 lines
615 B
Batchfile
@echo off
|
|
echo Test Case: 1
|
|
time<enter
|
|
"t4.exe" <"t41.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "t41.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 2
|
|
time<enter
|
|
"t4.exe" <"t42.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "t42.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 3
|
|
time<enter
|
|
"t4.exe" <"t43.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "t43.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 4
|
|
time<enter
|
|
"t4.exe" <"t44.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "t44.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 5
|
|
time<enter
|
|
"t4.exe" <"t45.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "t45.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|