@echo off
rem
rem Move to the harmonics directory
cd c:\datac\herdcoil\herdhar
cls
rem
rem Run the harmonics program
herdhar.exe
rem
rem Protect the data files.
call harprot.bat
cls
echo - 
echo The harmonics measurement is finished.
echo -   
echo The data will be printed now.
pause
call harprint.bat
echo -   
echo You can now view plots of the data and print the plots.
pause
call harplot.bat
rem
rem Return to the root directory
cd \
@echo on
