home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Programmieren / Kurztests / Barfly / ARexx-Asm / Stop-Arexx.rexx < prev    next >
OS/2 REXX Batch file  |  1992-04-06  |  631b  |  32 lines

  1. /************************************************************************
  2.  *
  3.  * Stop_Arexx.basm    copyright (c) 1992, Ralph Schmidt
  4.  *
  5.  * This is an example how to control the arexx port of BASM....
  6.  * If you have further suggestions mail it, because it's my first
  7.  * try with AREXX and so I'm no real expert.
  8.  *
  9.  * Version 1.00:  5.4.1992
  10.  *
  11.  ************************************************************************/
  12.  
  13.  
  14.  
  15. /* This command allows BASM to pass status variables */
  16.  
  17. Options FailAt 30
  18.  
  19. options results
  20.  
  21. /* Activate BASM Arexx port */
  22. address 'rexx_BASM'
  23.  
  24.  
  25. options results
  26.  
  27.     SAY 'Close BASM-Arexx Mode.......'
  28.     bend
  29. exit
  30.  
  31.  
  32.