/*************************************************
** ARexx Script to stop the "Start_TeX" script. **
** 19.08.90 Georg Hessmann                      **
*************************************************/
If Show('Port','Start_TeX') Then
  Address 'Start_TeX' 'quit'
Else
  Exit 5

Exit 0
