public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* automated nfbtrans; was Re: Continuous speaker beep (fwd)
@  Cheryl Homiak
   ` William F. Acker WB2FLW +1-303-722-7209
  0 siblings, 1 reply; 8+ messages in thread
From: Cheryl Homiak @  UTC (permalink / raw)
  To: speakup

Sorry; I've been replying to the wrong message and my nfbtrans comments
were going out as "continuous beep" comments.
Must be time to quit!!!
so here's the latest under the right subject heading.

-- 
Cheryl

---------- Forwarded message ----------
Date: Sun, 7 Sep 2003 13:59:56 -0500 (CDT)
From: Cheryl Homiak <chomiak@chartermi.net>
To: speakup <speakup@braille.uwo.ca>
Subject: Re: Continuous speaker beep

Ok, found a much simpler way to do this, not using expect. Oh well, but I
did learn a lot playing around with expect.
The only drawback is that I haven't found a way from the command line or
the nfbtrans.cnf file to have a wild card for the output file; you can use
*.brf for your input file but all those files will be written together to
one *.txt file.
So I did the following:

(1) added or edited the following in /usr/local/lib/nfbtrans.cnf

# set translation mode to back-translate by default
tm=3
# automatic  .txt output file for .brf input file
on=2
# eliminates prompt for a file being overwritten
ow=1
# stops most progress output;  shows current output file
qm=1

Then I ran the following short script:

for i in *.brf
do
nfbtrans $i
done
exit 0


-- 
Cheryl


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 automated nfbtrans; was Re: Continuous speaker beep (fwd) Cheryl Homiak
 ` William F. Acker WB2FLW +1-303-722-7209
   ` Cheryl Homiak
     ` JOHN LEE
     ` automated nfbtrans Christopher Moore
       ` Cheryl Homiak
         ` Steve Holmes
           ` Open Virus Will Smith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).