BachelorWork/appendixes/BC_ZK/testingPrograms/MEASURMENT/runall.bat
2021-05-24 22:44:55 +02:00

20 lines
297 B
Batchfile

rem FIRST GROUP
cd bcgr/
call runbcgr.bat || exit /b
cd ..
rem SECOND GROUP
cd cgr/
call runcgr.bat || exit /b
cd ..
rem THIRD GROUP
cd rtlgr/
call runrtl.bat || exit /b
cd ..
rem FOURTH GROUP
cd ossl/
call runossl.bat || exit /b
cd ..
rem FIFTH GROUP
cd rd/
call runrd.bat || exit /b
rem FINNISH