|
Posted by 2007 on April 5, 2008, 6:22 pm
Please log in for more thread options > On Sat, 05 Apr 2008 12:41:33 -0700, 2007 wrote:
> > Hi
>
> > I have a file called "list1" - its got about 80 rows - each row is alpha
> > numeric name w/ ".txt" extension - each name refers to a file in the
> > dir.
>
> > The script reads the list - for each name in the list, it will perform
> > an operation (an executable of a "C-program" and writes to same name
> > with a different extension, say ".mp3".
>
> Nice. What have you written so far? And why didn't you opted for bash?
>
> Rui Maciel
I changed it to bash but the code didn't work
THis is what I really need:
In a summary:
1) say about 80 files (but varies) in a dir with filenameX.txt
extension.
2) CONV1 runs one at a time and gives output w/ a fixed name, CONV.out
3) CONV2 takes CONV.out as well as the final output file (which is
filenameX.mp3). Ideally it puts them in a specified directly.
I really appreciate your help - I want something that works - I
started off with t shell - I am open to change to bash or perl. I
prefer a simpler looking program
|