pouët.net

Zipping in parts question

category: general [glöplog]
 
Hi, I was wondering. Like if I zip a file in parts (wich are all in a same size, example 3 MB) then I get some thing like:

file.z0
file.z1
file.z2
file.z3

But what if I just want to use a .ZIP extention for those parts but the file name's will be different like:

fileA.zip
fileB.zip
fileC.zip
fileD.zip

Does some one know how to do this???
added on the 2006-12-09 00:35:34 by parse43 parse43
you're using the wrong OS.
added on the 2006-12-09 00:40:38 by nosfe nosfe
Im using WinXP. Any one who can help me.
added on the 2006-12-09 00:49:35 by parse43 parse43
cmd and then "ren file.z0 fileA.zip"

:D
added on the 2006-12-09 00:58:39 by maali maali
Doesnt work.
added on the 2006-12-09 01:02:24 by parse43 parse43
maybe you're not running winxp after all?!
added on the 2006-12-09 06:24:22 by havoc havoc
Get Msys or some other unix-style shell port for Win32 and follow the instructions here.
added on the 2006-12-09 10:52:08 by El Topo El Topo
Download Total Commander and use its Multi-File-Rename-Tool (Ctrl+R).
added on the 2006-12-09 11:08:01 by jua jua
Hmm it's Ctrl+M not R... I guess I shouldn't be posting so early in the morning.
added on the 2006-12-09 11:30:58 by jua jua
great! now all we have to do is to wait or someone to post the disassembled source for "rename", then the joke is complete...
added on the 2006-12-09 11:31:14 by havoc havoc
topo: POSH :)
added on the 2006-12-09 14:56:11 by maali maali
The problem is not renaming, it's renaming and then extracting with no problems.
added on the 2006-12-09 15:04:14 by imbusy imbusy
do it with rar ffs
added on the 2006-12-09 18:36:03 by apricot apricot

login