From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ad90048e96b51c98 X-Google-Attributes: gid103376,public From: nospam@somewhere.ia.us (Robert S. White) Subject: Re: GNAT documentation question Date: 1997/10/09 Message-ID: <61jo79$d6g$1@flood.weeg.uiowa.edu>#1/1 X-Deja-AN: 279130050 Distribution: world References: <343ba5ba.1354247@news.mindspring.com> <61ign3$ok7$1@polo.advicom.net> Organization: designing/implementing avionics during the day Newsgroups: comp.lang.ada Date: 1997-10-09T00:00:00+00:00 List-Id: In article <61ign3$ok7$1@polo.advicom.net>, david.c.hoos.sr@ada95.com says... > >WinZip available for download at http://www.winzip.com >Download the evaluation version. > >Herman wrote in message <343ba5ba.1354247@news.mindspring.com>... >>I know where it is, but it's a tar.gz file. What in the world do I >>use in Windows 95 to open it? But completely free (not shareware evaluation) versions of gunzip.exe and tar.exe are available from a lot of places. Suppose you got an archive superstuff.taz . First you do a: gunzip superstuff.taz which converts (uncompresses) and renames in place the file to superstuff.tar . Sometimes you have to copy gzip.exe to gunzip.exe to get the expected behaviour - otherwise do a: gzip -d superstuff.taz Then you do a: tar xvh -f superstuff.tar do break apart the archive to subdirectories and files - starting from the current default directory. A good place to look for these UN*X like tools for Win95 and NT is: http://www.itribe.net/virtunix/mystuff.html but there are a lot of other sites that have gzip.exe and tar.exe that work for Win95 or WinNT that cane be found with web search sites like Yahoo, Lycos, etc. _____________________________________________________________________ Robert S. White -- An embedded systems software engineer e-mail reply to reverse of: ia us lib cedar-rapids crpl shift2 whiter