From: j DOT aldrich6 AT genie DOT com Message-Id: <199607140744.AA197120255@relay1.geis.com> Date: Sun, 14 Jul 96 07:18:00 UTC 0000 To: lolo AT einev0 DOT einev DOT ch Cc: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Subject: Re: Untar under dos Reply to message 5694330 from LOLO AT EINEV0 DOT E on 07/12/96 7:20AM >Just a little question >It is possible to untar a file.tar under dos ? >Where can I download this great util ? >thank If you have djgpp, it should come with the program 'djtar.exe', which is a fantastic untar program that handles a lot of the nastiness that can occur when untarring Unix tar files in DOS (long filenames, duplicate files, invalid characters, etc.). It even recognizes gzipped tarfiles (.tar.gz, .tgz), and unzips them on the fly to save you both the time and the disk space of doing it manually. The documentation for djtar can be read online with info (info utilities djtar). If you'd like to get djtar without installing DJGPP, pick up the files 'djdev200.zip' and 'csdpmi2b.zip' and install only 'djtar*.exe' and 'cwsdpmi.exe' in the same directory. You can discard the rest of the files. (Eli, DJ: Am I correct in this?) There are also many other DOS tar utilties out there on the Net; tryany SimTel mirror. John