function | subcommand | number | |
---|---|---|---|
Specifying the operating mode | 1.0 | ||
CD creation | unspecified | 1.1 | |
real-time emulation | r | 1.2 | |
Direct DOS file access | p | 1.3 | |
write on the fly | otf | 1.4 | |
Operating environment settings | 2.0 | ||
Maximum number of ISO files | i | 2.1 | |
Maximum number of DOS files | d | 2.2 | |
String area size | c | 2.3 | |
Sector table area size | s | 2.4 | |
Maximum number of channel interleave | ci | 2.5 | |
Maximum number of file interleave | fi | 2.6 | |
Submode control count | sm | 2.7 | |
Subcommand file specification | sub | 2.8 | |
VCDBUILD compatibility mode | vcd | 2.9 |
one | Title | Subcommand | Keyword | No |
output file | XBLD | VCDBUILD |
---|---|---|
DSK file | Output | Output |
RTI file | Do not output *1 | Output |
TOC file | Output | Do not output *2 |
one | Title | Subcommand | Keyword | No |
one | Title | Subcommand | Keyword | No |
one | Title | Subcommand | Keyword | No |
When using a script file containing the following keywords, on-the-fly writing is not possible (an error will occur when parsing the script file).
output file
one | Title | Subcommand | Keyword | No |
The default value for the maximum number of ISO files is 10000.
If you are building a disc with more than 10,000 ISO files, increase the maximum number of ISO files as necessary.
If you are unable to start the program due to insufficient memory, reduce the maximum number of ISO files to reduce the memory used internally by the system.
one | Title | Subcommand | Keyword | No |
The default value for the maximum number of DOS files is 10000.
If you are building a disk with more than 10,000 DOS files, increase the maximum number of DOS files as necessary.
If you are unable to start a program due to insufficient memory, reduce the maximum number of DOS files to reduce the memory used internally by the system.
one | Title | Subcommand | Keyword | No |
The default value of string area size is 400000 bytes.
The string area stores ISO file names, directory names, DOS file names, macro definition contents, and other script command argument values.
If the error message "Insufficient string area" is displayed, increase the string area size.
If you are unable to start the program due to insufficient memory, set the string area size to a smaller value to reduce the memory used internally by the system.
one | Title | Subcommand | Keyword | No |
The default value of sector table area size is 30000 pieces.
The sector table area stores information related to the disk's sector structure, such as DOS files, gap sectors, and volume descriptors.
Increase the sector table area size if the error message "Insufficient sector table area" is displayed.
Set the sector table area size to a value that is sufficiently larger than the maximum number of DOS files.
If you are unable to start a program due to insufficient memory, reduce the sector table area size to reduce the memory used internally by the system.
one | Title | Subcommand | Keyword | No |
The default value for the maximum number of channel interleave is 256.
Increase the maximum number of channel interleave when there are many channel interleaved files or ISO11172 streams.
one | Title | Subcommand | Keyword | No |
The default value for the maximum number of file interleave is 256.
Increases the maximum number of file interleavers when the number of file interleavers is large.
one | Title | Subcommand | Keyword | No |
The default value for the maximum number of submode control is 10000 times.
If the number of uses exceeds 10,000, increase the maximum number of uses.
one | Title | Subcommand | Keyword | No |
When entering commands from the DOS prompt, specify them using a subcommand file instead of the command line.
Subcommand Interprets and executes subcommands line by line from the beginning of the file.
Use ";" to write comments in the subcommand file.
The string from ";" to the end of the line is ignored.
; sample.bld -r ; realtime emulation -i=1024 ; number of isofiles -d=2048 ; number of dosfiles sample ; script file
one | Title | Subcommand | Keyword | No |
Places that behave the same as VCDBUILD by using VCDBUILD compatibility mode
Use files with subheaders in direct DOS file access mode.
(An error will occur in XBLD mode, but it will work in compatibility mode.)