@echo off
rem
rem First move to the BL directory
cd c:\datac\herdcoil\herdbl
rem
rem Run the program
herdbl.exe
rem
rem Protect the data files.
call blprot.bat
cls
echo - 
echo The integrated field strength measurement is finished.
echo -   
echo The data will be printed now.
pause
call blprint.bat
echo -   
echo You can now view plots of the data and print the plots.
pause
call blplot.bat
rem
rem Return to the root directory
cd \
@echo on
