If egs5run.bat is executed at $BASKET$, system file is erased and this cause fortran compile error.
As this happens repeatedly, following lines were added to egs5run.bat to prevent execution
of egs5run.bat from %BASKET% directory. (24May2012)
IF /i %cd% == %BASKET% (
Echo ERROR: egs5run can not be run from BASKET -- aborting.
EXIT /B)