Code Comments
Programming Forum and web based access to our favorite programming groups.How can I convert a tar file into a Windows text file? Thanks in advance.
Post Follow-up to this message"David T." <David.T.Croft@AdsorptionProcessModeling.com> wrote: >How can I convert a tar file into a Windows text file? Thanks in advance. What does this have to do with Fortran? On Windows, WinZip (and probably other programs) can open tar files -- there are GUI and command line versions of this program. The contents of the tar file may be binary files, not just regular text files. ----== Posted via mcse.ms - Unlimited-Uncensored-Secure Usenet News==- --- http://www.mcse.ms The #1 Newsgroup Service in the World! >100,000 New sgroups ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption = ---
Post Follow-up to this messageDavid T. wrote: > How can I convert a tar file into a Windows text file? Thanks in advance. see http://unxutils.sourceforge.net/ get a copy of UnxUtils.zip & UnxUpdates.zip. Along with tar, these archives contain various programs which create or unpack various archives along with other functions common to *nix systems. Note that you may have to convert lf to cr/lf delimited text files. One way of doing this is to read the file in with edit.exe and then save it. Sorry, not much to do with Fortran except that some source programs are distributed in archives that this collection of files helps to unpack.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.