home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 25 / amigaformatcd25.iso / websites / asimware / techsupport / files / asimcdfs_arexxsamples.lha / ARexx_Samples / DiscChanger / eject_disc.rexx < prev    next >
OS/2 REXX Batch file  |  1995-08-23  |  212b  |  13 lines

  1. /*  This example will demonstrate the use of the eject_disc command
  2.     in DiscChanger.
  3.  
  4.     (C)1993-1995 Asimware Innovations Inc.                             */
  5.  
  6.  
  7.  
  8. address "DiscChanger_ARexx"
  9.  
  10. eject_disc
  11.  
  12. exit
  13.