Now have live player and hi-jack. Edited out the

;@EXEC_ONCE /drive0/var/setvol
;@EXEC_ONCE /drive0/var/pcmplay < /drive0/var/startup/1.pcm

Left in the
;@EXEC_ONCE/drive0/var/random.sh
Still no sounds though??

My Script looks like this

#!/bin/sh
number=$RANDOM
let "number %= 7"
case "$number" in
'0')
/drive0/var/pcmplay < /drive0/var/startup/1.pcm
;;
'1')
/drive0/var/pcmplay < /drive0/var/startup/2.pcm
;;
'2')
/drive0/var/pcmplay < /drive0/var/startup/3.pcm
;;
'3')
/drive0/var/pcmplay < /drive0/var/startup/4.pcm
;;
'4')
/drive0/var/pcmplay < /drive0/var/startup/5.pcm
;;
'5')
/drive0/var/pcmplay < /drive0/var/startup/6.pcm
;;
'6')
/drive0/var/pcmplay < /drive0/var/startup/7.pcm
;;
esac
All paths look correct, all permissions look correct, and i have encoded the sounds using cooledit 2000 to be 44100, 16bit, stereo.

Config.ini looks like this
[synchronise]
seq_num=84
[hijack]
;@EXEC_ONCE /drive0/var/random.sh
[tuner]
region=europe

drive0/var/random.sh is the script
drive0/var/startup/x.pcm are the sounds, 1-7

Anyone have any words of wisdom?, i'm getting some sleep, it might come to me in my sleep. I also apologise for my late night ramblings!!.
_________________________
Getting Old.