home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / CDRom / asimcd30.dms / in.adf / ARexx_Samples / DiscChanger / select_cdrom.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-06-17  |  223 b   |  13 lines

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