.KEY Datei/A
TKEd:CmdTools/OptConvert
Echo "Compiling with Options ($sascoptstring): <Datei> ..."
cd LC:
lc >T:Err $sascoptstring <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."

