home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / graphic / video_presentation / titler_presentation / powertitler / rexx / glock / keyami.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-07-10  |  663 b   |  26 lines

  1. /****************************************/
  2. /*                                      */
  3. /*          ClassX 9/09/93              */
  4. /*                                      */
  5. /*   Script Arexx per pilotare G-Lock   */
  6. /*                                      */
  7. /*            Keyer AMIGA               */
  8. /*                                      */
  9. /****************************************/
  10.  
  11. LibName = 'rexxsupport.library'
  12.  
  13. if pos(LibName ,  SHOW('Libraries')) = 0
  14.    THEN ADDLIB(LibName , 0 , -30 , 0)
  15.  
  16. if pos(LibName , SHOW('Libraries')) = 0
  17.    THEN RETURN 0
  18.  
  19. ADDRESS "GLOCK"
  20. OPTIONS RESULTS
  21.  
  22. /* attivazione keyer come amiga */
  23. "KEYER" || " AMIGA"
  24. keyer = result
  25.  
  26.