.KEY Datei/A
Echo "Compiling <Datei> ..."
type env:sascopts
cd LC:
lc:lc >T:Err -L <Datei>
Echo "Converting Error File ..."
TKEd:CmdTools/LatticeErrToTKEd
if warn
  Echo "->Errors occured!*N"
endif  
Echo "Deleting temporary file ..."
Delete T:Err
Echo "Deleting compiler files ..."
TKEd:CmdTools/DeleteLnk <Datei>
Echo "Ready."

