From owner-freebsd-questions Mon Aug 5 15:36:41 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA27851 for questions-outgoing; Mon, 5 Aug 1996 15:36:41 -0700 (PDT) Received: from eac.iafrica.com (196-7-192-184.iafrica.com [196.7.192.184]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA27701 for ; Mon, 5 Aug 1996 15:35:59 -0700 (PDT) Received: (from rnordier@localhost) by eac.iafrica.com (8.6.12/8.6.12) id AAA00257; Tue, 6 Aug 1996 00:33:34 +0200 From: Robert Nordier Message-Id: <199608052233.AAA00257@eac.iafrica.com> Subject: Re: perhaps i am just stupid. To: fqueries@jraynard.demon.co.uk (James Raynard) Date: Tue, 6 Aug 1996 00:33:33 +0200 (SAT) Cc: dgy@rtd.com, questions@freebsd.org In-Reply-To: <199608051842.SAA02315@jraynard.demon.co.uk> from "James Raynard" at Aug 5, 96 06:42:27 pm X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk James Raynard wrote: > > Is there a nice "easy" way for folks to verify checksums, etc. > > of their files before installing? Can this be added to the FAQ > > cat bin.* | gzip -t - is nice and easy, but requires a fully > functioning Unix box... > > Although I believe both these utilities have been ported to DOS. > Perhaps someone with the time and inclination could knock up a > batch file to do this? gzip.exe is already on the CDROM and I > don't see any reason why cat.exe couldn't be added. No need for 'cat', use copy /B bin.* con Of course, since MS-DOS simulates pipes by means of temporary files, a great deal of disk space may be needed. :( -- Robert Nordier