Return to previous page Return to menu Go to next page

2.3 Script description example

The following is an example of how to determine the disk configuration using the
script. The exact notation method such as output file name used for parameters is defined in the published manual. Here, for example, an output file name simply means describing the output file name.
<> Opt is optional, {|} is an option, and the rest is a comment.

(1) CD-ROM (MODE1 + CD-DA) disk sample script

 Disc Output file name
Session CDROM  opt
LeadIn           MODE1
EndLeadIn
;
 opt
;
Track         MODE1
    Volume ISO9660 output file name
    PrimaryVolume    0:2:16
               opt …… (1)
    EndPrimaryVolume
     opt
               opt …… (2)
     opt
     opt
               opt ‥‥‥ (3)
     opt
    EndVolume
;
    File ISO9660 file name  opt
               opt (4)
    FileSource input file name
               opt ‥‥‥‥ (5)
    EndFileSource
    EndFile
    ;
    ; File ~ EndFile
    ;
    PostGap   75
EndTrack
;
Track         CDDA
    Pause     150
    FileSource input file name
               opt ‥‥‥‥ (5)
    EndFileSource
EndTrack
;
; Track ~ EndTrack
;
;
LeadOut        CDDA
Empty          300
EndLeadOut
EndSession
EndDisc


Return to previous page Return to menu Go to next page