C:> xbld [-option...] [script file name]
C:> xbld - subcommand 1=argument - subcommand 2=argument ... [script file name]
C:> xbld -sub=subcommand file path name [script file name]
Create a disc image for creating a CD. No subcommand specified.
A DSK file specified by the script file sample.scr is created.
TOC files are always created.
Specify the p subcommand for direct DOS file access.
A PVD file specified by the script file sample.scr is created.
RTI file and QSB file will be created.
TOC files are always created.
Creates a file for burning the disc specified in the script file sample.scr on the fly. Specifies the otf subcommand.
A PVD file and SCT file will be created.
If interleaving is included, an OTI file will be created.
TOC files are always created.
Processing is performed according to the contents of the subcommand file sample.bld.
In the subcommand file, specify real-time emulation (r subcommand).
Specify sample.scr as the script file.
Set the maximum number of ISO files to 1024 using the i subcommand.
Set the maximum number of DOS files to 2048 using the d subcommand.
; sample.bld -r ; realtime emulation -i=1024 ; number of isofiles -d=2048 ; number of dosfiles sample ; script file