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

  1. /****************************************/
  2. /*                                      */
  3. /*          ClassX 9/09/93              */
  4. /*                                      */
  5. /*   Script Arexx per pilotare G-Lock   */
  6. /*                                      */
  7. /*                  Y/C                 */
  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. "VSOURCE "||"Y/C"
  23. source = result
  24.  
  25.