Re: Split 7zip archive to fit onto 2cds and be windows compatible?
From a comment on this posting http://www.techiecorner.com/107/how-...r-files-linux/
Do you think that would work? (I don't have windows to try it on some random file)
Just in case anybody needed (I did): if you use this command to split a binary file on *NIX and then copy the output to a DOS-aware system (Windows, for that matter) you can concatenate all the chunks using:
$> copy /B chunk* output
There's also this project which has ported cat to windows. http://unxutils.sourceforge.net/
Maybe also try cygwin which is sort of like wine for windows, of course providing an api layer for unix tools instead of windows programs.
Further googling looks like the dos command copy does it.
http://www.ttlg.com/forums/showthread.php?t=80607 another reference to copy.
this is the google search I did "how to concatenate files on windows"
Last edited by jerome1232; August 25th, 2008 at 08:10 PM.
"You can't expect to hold supreme executive power just because some watery tart lobbed a sword at you"
"Don't let your mind wander -- it's too little to be let out alone."
Bookmarks