Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #22544
| From | Daniel Pitts <newsgroup.nospam@virtualinfinity.net> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: create .bin file from cd/dvd |
| References | <d73ca18b-eb93-4978-87c2-d8af4b7edf6c@googlegroups.com> |
| Message-ID | <fp6Xs.96483$Ln.11429@newsfe22.iad> (permalink) |
| Date | 2013-02-26 09:37 -0800 |
On 2/26/13 1:19 AM, Stefan Makarewicz wrote: > Hello > > I'm looking for library which can create bin file from cd/dvd. Maybe I don't need library for this? > > Regards, > Stefan > In unix/linux, you can (carefully) use the "dd" command to copy any block device to a file (and vice versa). Perhaps you should explain your use-case in more details. dd is a great utility, but I wouldn't count on calling it from within a Java program if that is indeed what you need to do.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar | Unroll thread
create .bin file from cd/dvd Stefan Makarewicz <stefan.makarewicz@gmail.com> - 2013-02-26 01:19 -0800 Re: create .bin file from cd/dvd Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2013-02-26 09:37 -0800
csiph-web