home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / MEDIAPOINT3.DMS / in.adf / ARexx.lha / Timecode2.rexx < prev   
Encoding:
OS/2 REXX Batch file  |  1993-08-25  |  188 b   |  13 lines

  1. /* Read the timecode2 example */
  2. /* MediaPoint needs to be set to timecode for this script!*/
  3.  
  4. ADDRESS 'MEDIAPOINT'
  5. options results
  6.  
  7. CURSOR OFF
  8.  
  9. DO I=1 TO 500
  10.   TCGET_ASC
  11.   say frames
  12. END
  13.