delorie.com/archives/browse.cgi | search |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
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: | <Pine.SUN.3.91.991209113112.21000L-100000@is> |
References: | <Pine DOT SUN DOT 3 DOT 91 DOT 991208100408 DOT 8322C-100000 AT is> <0GC34.901$2g5 DOT 24712 AT dfiatx1-snr1 DOT gtei DOT net> |
NNTP-Posting-Host: | is.elta.co.il |
Mime-Version: | 1.0 |
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 |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |