home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1997 #5 / AmigaPlus_Extra-CD_5-97.iso / online-tools / mail / ems / rexx / shutdown.ems < prev    next >
Text File  |  1993-03-30  |  251b  |  16 lines

  1. /* ShutDown.ems */
  2.  
  3. if( ~show( 'l', "ems_rexx.library" ) ) then
  4. do
  5.    if( ~addlib( "ems_rexx.library", 0, -30, 0 ) )then
  6.    do
  7.       say "Could not open ems_rexx.library"
  8.       exit 10
  9.    end
  10. end
  11.  
  12. call EMS_ShutDown()
  13.  
  14. call EMS_FreeScriptData()
  15. exit 0
  16.