File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Meaningless Drivel and the fly likes need help with winrar split files Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Other » Meaningless Drivel
Reply Bookmark "need help with winrar split files" Watch "need help with winrar split files" New topic
Author

need help with winrar split files

s ravi chandran
Ranch Hand

Joined: Dec 20, 2010
Posts: 68
hi,

I recently got a game ( 2 DVD ). One DVD has the game files directly, while the other DVD has winrar files with extension like .r46, .r47 .... Now, I cant extract the contents of second DVD unless I get the complete sequence of files.. So, I was thinking of creating split files from the contents of the first DVD , but with the version of winrar i have, it creates files with extention part01, part02 ....

can someone tell me how to solve this strange issue?

Thanks
Henry Wong
author
Sheriff

Joined: Sep 28, 2004
Posts: 14613

s ravi chandran wrote:
I recently got a game ( 2 DVD ). One DVD has the game files directly, while the other DVD has winrar files with extension like .r46, .r47 .... Now, I cant extract the contents of second DVD unless I get the complete sequence of files.. So, I was thinking of creating split files from the contents of the first DVD , but with the version of winrar i have, it creates files with extention part01, part02 ....

can someone tell me how to solve this strange issue?

Thanks



I don't get the point of what you are trying to accomplish. Even if you have the exact same version of winrar, these are two different DVDs, which had different compressed values, checksums, etc. How is using parts of one file going to help you decompress the other file?

Henry
s ravi chandran
Ranch Hand

Joined: Dec 20, 2010
Posts: 68
no, both the dvd's are not having compressed files. One DVD is having the uncompressed files. The other one is having the zipped split files. The way I see it, someone had compressed it from complete folders. Each DVD was supposed to have these zip files in two sets. But by mistake they put the actual folder in one DVD. So, if I split the files from the DVD 1, it should recreate the same files, but my problem is the format.. i want .r00 instead of .part00.

I don't know about checksum values.. Will it effect the unzip process?
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50693

And here's a picture of some puppies.



source


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Sumit Bisht
Ranch Hand

Joined: Jul 02, 2008
Posts: 272

Easy, just contact the vendor that sold you this. It might be possible that you are missing a third dvd, or, if the game is pirated, then you are out of luck.
Also, zipping the other dvd wouldnt work
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 7602

Have you tried an axe for splitting the files? Lizzie Borden did, successfully, many years back. But then she was not exactly splitting files or hair for that matter. But you never know. Might just work.


[Donate a pint, save a life!] [How to ask questions]
Akhilesh Trivedi
Ranch Hand

Joined: Jun 22, 2005
Posts: 1351
"Sharp Twice, Cut Once.!"


Keep Smiling Always — My life is smoother when running silent. -paul
[FAQs] [Certification Guides] [The Linux Documentation Project]
s ravi chandran
Ranch Hand

Joined: Dec 20, 2010
Posts: 68
k, i will try some other ways... looks like in this also, i may have to do R&D... well, as if official work is not enough..
 
IntelliJ Java IDE
 
subject: need help with winrar split files
 
Threads others viewed
making a .jar - error
Reading rar file without extracting it
dvd club application
opening RAR file
How can i Extract WinRAR files using java
IntelliJ Java IDE