From N.Goers@Art-line.de Mon, 10 Jun 97 13:50:04 GMT
X-SystemInfo: PCUF2: EMail
X-Message-No: 77 (database)
From: Nils Goers <N.Goers@Art-line.de>
To: kpk <kpk@pcuf.fi>
Subject: PlayNext.Hip
Date: Tue, 10 Jun 97 15:50:00
Message-ID: <zp5bbeaF6jEUZ24@n.goers.art-line.de>
Return-Path: <N.Goers@Art-line.de>
Received: from oxygen.technet.net (oxygen.technet.net [195.80.199.1])by pcuf.fi (8.8.5/8.8.5/1.14) with ESMTP id SAA06071for <kpk@pcuf.fi>; Wed, 11 Jun 1997 18:27:07 +0300
Received: from Art-line.de (uucp@localhost)by oxygen.technet.net (8.8.5/8.8.5) with UUCP id RAA25951;Wed, 11 Jun 1997 17:28:08 +0200 (MEST)
Cc: k-p@a31b.mtalo.ton.tut.fi
X-Mailer: Zodiac's Point 37.217 [REGISTERED 0024]
Mime-version: 1.0
X-Gateway: ZCONNECT UE uuart.art-line.art-line.de [PolyNet zTOr V5.111 Serie: "retrax"]
X-ZC-VIA: 19970610150425S+2@art-line.de
X-ZC-Post: ueber PM zu erfragen
X-No-Archive: Yes
Status:   

Dear Kari-Pekka,

i made this script for a guy who ask about in an german newsgroup.

You can include it into your archive, if you like.

/*
*** HippoPlayer - plays next song from list
*** Written 1997 by Nils Goers (no rights reserved)
*/

OPTIONS RESULTS

address HIPPOPLAYER


GET NFIL			/* Maximale Anzahl der Module */
maxmod = result

GET CFIL			/* Wo befindet man sich im Moment? */
current = result

CHOOSE current+1

IF current+1 > maxmod then exit

play
/*EOS*/


Regards,
 Nils

