How use the cdrw and mkisofs command...

Hi Guys.

I am trying to tranfer the explorer output to a CD ....

But I have serious doubt about use the cdrw and mkisofs command.. with the proupose of to make and tranfer the contents.

Thank in Advance.

AGADEA

What are your doubts ?
Use mkisofs to create an ISO image file then cdrw to record it. Something like:

$ mkisofs -v -J -d -max-iso9660-filenames -N -V myCd -nobak -relaxed-filenames -allow-lowercase -allow-multidot -iso-level 4 -D -o cd.iso directory
$ cdrw -i cd.iso

HEY jean,

I could like to know if can tranfer the explorer-out to CD...

Because i have seriouly problem with the network card....and need to get the file....

Thank in Advance....

Actually Jean-Louis :wink:

Sure, why won't you ?

Sorry...

I dont know the correct use of the command....could said me how use cdwr to copy the explorer on the cd?

Thanks again...

I posted in #2 How use the cdrw and mkisofs command... Post: 302415134 an example of how to use both of the commands you need to use to achieve what you want.

The parts in italic are the one you need to adjust depending on what directory you want to record (i.e. choose a directory that contains the explorer output) and what filename you choose for the iso (you can use explorer.iso if you like).