Back to home page

DOS ain't dead

Forum index page

Log in | Register

Back to the forum
Board view  Mix view

How to burn CD in DOS? (Users)

posted by Rob E-mail, 16.12.2007, 11:27

> Another practical question: How can I burn a CD in DOS?
> I have two tools: CDRecord and Disk-at-one registered.
>
> ASPI drivers have loaded. So, what I have to do?
> Case 1 - how to burn a single file? (f.e. AVI)
> Case 2 - how to burn a CD image?

With CDRecord in command line:

case 1, file hola.avi:

mkisofs -v -iso-level 1 -o hola.iso hola.avi (step 1, create the image)

- The best is put the file that you want burn in the cdrecord directory.

cdrecord -v dev=0,0,0 -dao hola.iso (step 2, burn the image)

- "dev=0,0,0" is your -cd-device: dev=0,0,0 is the first -cd-device (o dvd), dev=0,1,0 the second... if you have doubts "cdrecord -scanbus" shows all devices.

case 2:

(Again) cdrecord -v dev=0,0,0 -dao cd.iso

- Other way to burn a whole CD:

readcd dev=0,0,0 f=cdimage.raw (create a image)
readcd dev=0,0,0 -w f=cdimage.raw (burn the image)

> Case 3 - how to burn whole directory?

I donĀ“t know it, I have never done it.

But the best, read this...
http://cdrecord.berlios.de/old/private/man/cdrecord/index.html

Bye

 

Complete thread:

Back to the forum
Board view  Mix view
22049 Postings in 2034 Threads, 396 registered users, 240 users online (0 registered, 240 guests)
DOS ain't dead | Admin contact
RSS Feed
powered by my little forum