| |
|
|
| |
 |
|
 |
| |
Most CD writers come with "Easy CD Creator" or "Nero"; both programs can write CDs from ISO images (an ISO image is a bit-per-bit copy of the content of a CD-ROM). It's also possible to use any standard writing software, such as "cdrecord".
Thanks for your interest in GNUWin; now you can write CDs, we hope you will take the opportunity to share GNUWin with your friends, your family and your colleagues !
Nero
Launch Nero and in the "File" menu, select "Burn image". The "Open" window shows up. The "File of type" field of the window is set at "*.nrg" by default. Click on the drop down box and select "All Files". The *.iso files will appear; select "gnuwin.iso". A dialog box will appear; you can safely leave the default settings and press "OK". Then, do exactly like for any other CD.
In short:
* "File" -> "Burn image"
* "All files"
* select "gnuwin.iso"
* "OK"
* "Burn"
You can also find a detailed page with screenshots here:
http://www.wizardskeep.org/mainhall/tutor/neroiso.html
Easy CD Creator
Launch Easy CD Creator and in the "File" menu, select "Create CD from Disc Image". The "Open" window shows up. The "File of type" field of the window is set at "*.cif" by default. Click on the drop down box and select "*.iso". The *.iso files will appear; select "gnuwin.iso". Then, do exactly like for any other CD.
In short:
* "File" -> "Create CD from Disc Image"
* "*.iso"
* select "gnuwin.iso"
* "OK"
You can also find a detailed page with screenshots here:
http://www.wizardskeep.org/mainhall/tutor/cdcriso/cdcrtiso.html
cdrecord
It is also possible to use " cdrecord", a free software that can be obtained on the GNUWin site
http://gnuwin.epfl.ch/apps/cdrecord/en/index.html
Follow the installation procedure (copy all *.exe into the binary directory in "Windows"); invoke a shell (press "Start", "Execute command" and type "cmd.exe"; a DOS shell should open); in the shell, type "cdrecord -scanbus"; you'll see something similar to
Cdrecord-ProDVD sparc-sun-solaris2.4 release 1.8a39 Copyright (C) 1995-2000 Jörg Schilling
Using libscg version 'schily-0.1'
scsibus0:
0,0,0 0) 'Quantum ' 'XP34300 ' 'F76D' Disk
0,1,0 1) 'SEAGATE ' 'ST11200N ' '8334' Disk
0,2,0 2) *
0,3,0 3) 'TOSHIBA ' 'MK537FB/ ' '6258' Disk
0,4,0 4) 'WANGTEK ' '5150ES SCSI-36 ' 'ESB6' Removable Tape
0,5,0 5) 'EXABYTE ' 'EXB-8500-85QUE ' '0428' Removable Tape
0,6,0 6) 'TOSHIBA ' 'XM-3401TASUNSLCD' '3593' Removable CD-ROM
0,7,0 7) HOST ADAPTOR
scsibus1:
1,0,0 100) 'IBM ' 'DCAS-34330 ' 'S65A' Disk
1,1,0 101) *
1,2,0 102) *
1,3,0 103) *
1,4,0 104) 'PLEXTOR ' 'CD-R PX-W8220T' '1.00' Removable CD-ROM
1,5,0 105) 'YAMAHA ' 'CRW4416S ' '1.0f' Removable CD-ROM
1,6,0 106) *
1,7,0 107) HOST ADAPTOR
Thus, for instance, if you want to take to the Yamaha drive, you'll need to type "cdrecord dev=1,5,0 " (these numbers will not change from one session to another, they depend on the physical location of your drive inside your computer).
Eventually, you can write your ISO with
cdrecord dev=1,5,0 -v speed=4 gnuwin.iso
|
|
 |
|
 |
|
|
|