Return to previous page | Return to menu | Go to next page
Command reference
CD writer command
Command name
Syntax
segacdw [-i #] [-s #] [-t] image_prefix
Description
Command to write to CD image file CD-R using YAMAHA CDR100 CD-R recorder. Start this command from the system prompt.
Argument
image_prefix For image_prefix, specify the name of the CD image file. The name of the CD image file is the prefix part of the file with the extension .dsk, .emu and .toc. These files must be in the same directory.
For CD image files generated by the virtual CD system, use the extension .dsk. For CD image files generated by C-Trac Builder, use the extension .emu.
Options
-i Set the destination for transferring the CD image file from 0 to 7.
Specify the SCSI ID. In other words, specify the SCSI ID of CDR100.
The default is 5.
-s Specifies the writing speed. 1 (constant speed), 2 (double speed), 4 (4 times speed)
Specify. The default is 4, which writes at 4x speed.
-t Write in CDR100 test mode. Write on actual CD-R
Do not do.
Example
To record a CD image file consisting of test.dsk and test.toc on a CD-R, specify as follows:
Next, we will test to write to the writing device with SCSI ID 6 at double speed.
C> segacdw -i 6 -s 2 -t test
Return to previous page | Return to menu | Go to next page