Does anyone know if/how you can create tarballs in Windows? Are there any util's that allow you to do this?
Printable View
Does anyone know if/how you can create tarballs in Windows? Are there any util's that allow you to do this?
Here Griz:Quote:
Originally posted by Grizzly:
Does anyone know if/how you can create tarballs in Windows? Are there any util's that allow you to do this?
http://helpdesk.uvic.ca/how-to/support/msdos/tar.html
or this:
ftp://garbo.uwasa.fi/pc/unix/tar320g.zip
[This message has been edited by The_Hitman (edited January 02, 2002).]
Thanks Hitman! I had a feeling you'd come through for me https://www.sharkyforums.com/images/.../2005/06/4.gif
Hmmmm, uno problemo.
Know of any which support file names beyond the MSDOS 8-3 format?
My files names need to be preserved, and they're almost all longer than 8 characters in name.
Try the windows port of the GNU version of tar.
Its on this page..along with lots of other common GNU utilities such as grep, gcc,sed,awk,gzip etc ported to Windows..these can be very handy sometimes.
http://clio.rice.edu/djgpp/win2k/main_204.htm
[This message has been edited by The_Hitman (edited January 03, 2002).]
winrar also does tar files. Well, it will extract them, I'm assuming you can set it to tar them up also.
Actually, scratch that. I think you can only create zip and rar. http://dev.www.sharkyforums.forums.relay.cool/ nevermind me.
------------------
1.2Ghz 266fsb AXIA T-Bird, Swiftech mc462, kt7a-raid, Lian Li pc60usb, Enermax Whisper 431watt PSU, crucial 768mb pc133 cl2, PNY Gf3 Ti500, 2x40gb ata100 7200rpm IBM deskstar running Raid-0, Audigy Platinum EX, 3com NIC, Lite-On 24x10x40x Burner, Lite-On 16x DVD, KDS 19in Flat Screen, WinXP 2600
[This message has been edited by anfpunk (edited January 03, 2002).]
Yeah I already explored the WinRAR avenue http://dev.www.sharkyforums.forums.relay.cool/ WinZip can read Tar's too, but neither of them can make them. Hopefully the above links posted by Hitman will lead me to victory. Otherwise, I just might have to breakdown and install Linux on one of my machines, hah!
why tar instead of rar?
------------------
Slackware.com -- phear the penguin [LinuxHippy]
Q3A: Urban Terror -- Cuz CS doesnt cut it anymore / I AM AKA (supafly(fragbait(linux)))
My Computers
I'll try and keep this short:
-I made something.
-I want people to be able to download it.
-Most interested parties will be running Linux.
Thats what I want to compress it into a tarball https://www.sharkyforums.com/images/.../2005/08/2.gif
Well if you are going to distribute to *nix users, that does make sense https://www.sharkyforums.com/images/.../2005/08/2.gif
------------------
Slackware.com -- phear the penguin [LinuxHippy]
Q3A: Urban Terror -- Cuz CS doesnt cut it anymore / I AM AKA (supafly(fragbait(linux)))
My Computers
Wow...Hitman, great stuff man. That DJGPP link saved the day! I downloaded tar and gzip and they work wonderfully. Next time I have an extra couples hours I'll probably download a lot of those other util's I've always wished I had in Windows.
Thanks again Hitman.