home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fonts 1
/
freshfonts1.bin
/
programs
/
amiga
/
dannyamor
/
cdtv-player
/
arexx
/
play.rx
next >
Wrap
Text File
|
1993-04-02
|
161b
|
16 lines
/* Start CDTV */
ADDRESS 'CDTV-Arexx-Port'
IF ARG() ~ = 1 THEN DO
SAY 'USAGE: rx Start Track'
EXIT 5
END
ARG Track
'START' VALUE('Track')
CLOSE
EXIT