From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: termcap data base not found Date: Thu, 9 Dec 1999 11:32:02 +0200 Organization: NetVision Israel Lines: 15 Message-ID: References: <0GC34.901$2g5 DOT 24712 AT dfiatx1-snr1 DOT gtei DOT net> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 944731825 15140 199.203.121.2 (9 Dec 1999 09:30:25 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 9 Dec 1999 09:30:25 GMT X-Sender: eliz AT is In-Reply-To: <0GC34.901$2g5.24712@dfiatx1-snr1.gtei.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 9 Dec 1999, Damian Yerrick wrote: > > The command is "install-info", but it cannot automatically loop on all > > Info files you have; you need to invoke it separately for every such > > file. > > Try something like (in MS command not GNU bash) > for %f in (*.info) do install-info %f Close, but not quite there yet. First, FOR doesn't support long file names, unless you say "LFNFOR ON" before it. And second, some Info files don't have the ".info" extension, so the above misses them.