> > Did you write a script called /tmp/z with these contents and make it > executable?
I made a script called z and put it in the /tmp/ directory, with the script that you gave me, then i set the file permissions to 755. > > #!/bin/sh > > > infile=$1 > > > dir=`dirname $infile` > > > base=`basename $infile` > > > outfile="$dir/stream_$base" > > > lame -b 64 -f -m s $infile $outfile > > > > > > Make it executable, and test it with a single input file. > _______________________________________________ > mp3encoder mailing list > [email protected] > https://minnie.tuhs.org/mailman/listinfo/mp3encoder > _______________________________________________ mp3encoder mailing list [email protected] https://minnie.tuhs.org/mailman/listinfo/mp3encoder
