home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Misc
/
MEDIAPO3.DMS
/
in.adf
/
ARexx.lha
/
Timecode2.rexx
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
OS/2 REXX Batch file
|
1993-08-25
|
188 b
|
13 lines
/* Read the timecode2 example */
/* MediaPoint needs to be set to timecode for this script!*/
ADDRESS 'MEDIAPOINT'
options results
CURSOR OFF
DO I=1 TO 500
TCGET_ASC
say frames
END