@echo off
rem
rem Write a batch file to go back to the current directory
c:\datac\herdcoil\herdbl\home.exe
copy home.bat c:\datac\herdcoil\herdbl\gohome.bat
del home.bat
rem
rem Go to the herdbl directory
cd c:\datac\herdcoil\herdbl
rem
rem Run the integrated field strength program
herdbl.exe
rem
rem Protect the data files by making them read only
call fileprot.bat
cls
lprnt
pause
call fileplot.bat
rem
rem Return to the home directory
call gohome.bat
del \datac\herdcoil\herdbl\gohome.bat
del \datac\herdcoil\herdbl\prnt.dat
@echo on
