#!/bin/sh echo Converting $1 echo to $2... flac -c -d "$1" | lame --nohist --vbr-new -h -k - "$2" id3cp "$1" "$2" Thanks, nice to see it's possible. Unfortunately, I wouldn't know even where to start to put this into... Am a bit of a computer simpleton..., particularly compared to all the geniuses resident to this board.