File | explanation |
---|---|
XBLD.EXE | DOS extender version of XBLD (works in MS-DOS environment) |
XBLD32.EXE | 32-bit version of XBLD (operates only in Windows95 DOS window environment) |
SAMPLE.SCR | sample script file |
SAMPLE.BLD | Sample subcommand file |
MANXBLD.TXT | CD Builder XBLD external specifications |
Item | Operating conditions/model etc. | ||
---|---|---|---|
XBLD | XBLD32 | ||
hardware | |||
IBM-PC compatible machine | 80486/33MHz or higher | ||
memory | 8MB or more | ||
hard disk | 600Mbyte or more (VCD recommended model) | ||
CD-R drive *1 | YAMAHA CDE100/CDE102 | ||
SCSI I/F board *1 | adaptec SCSI MASTER (recommended) | ||
VCD I/F board *2 | I/F board for CD emulation | ||
software | |||
OS | MS-DOS Windows95 (DOS window) | Windows95 (DOS window) | |
DOS extender | DOS/4GW DOS Extender | Unnecessary | |
driver | ASPI driver *1 | ||
Other tools | Write-once system *1 (ADDCDW), VCD emulator *2 (VCDEMU), etc. |
SCR file | script file | |
file name | scrfile.scr | |
explanation | Specifies how program data is arranged on the CD. (Script syntax is the same as VCDBUILD) |
XBLD operating mode | subcommand | output file |
---|---|---|
CD creation | unspecified | DSK, TOC |
real-time emulation | r | DSK, TOC, RTI |
Direct DOS file access | p | PVD, TOC, RTI, QSB |
write on the fly | otf | PVD, TOC, SCT, OTI |
DSK file | Disc image (CD image) | |
file name | dskbase.dsk (specified with the Disc command in the script file) | |
Output destination | Path specified in the script file's Disc command | |
size | Several Mbytes to 600 Mbytes (file size same as the created CD) | |
explanation | Create a CD (write to CD-R) or use CD emulation A file that is an image of the CD required to perform the operation. |
TOC file | TOC information file | |
file name | dskbase.toc (DSK file base name + extension TOC) | |
Output destination | Output to the same location as the DSK file | |
size | (Total number of indexes + 2)×8 bytes | |
explanation | A file containing track information. Used when creating a CD. |
RTI file | CD configuration information file | |
file name | dskbase.rti (DSK file base name + extension RTI) | |
Output destination | Output to the same location as the DSK file | |
size | Several 10 bytes to several 10 Kbytes | |
explanation | Analyzes the SCR file and outputs CD configuration information as an RTI file. CD emulation (real-time emulation, direct DOS) Used when performing file access). |
PVD file | ||
file name | pvdfile.pvd (Specified with the PrimariyVolume command in the script file) | |
Output destination | Path specified in the PrimariyVolume command in the script file | |
size | Several 10 Kbytes to several 100 Kbytes | |
explanation | A file that records the contents of a PVD (basic volume descriptor). When performing CD emulation with direct DOS file access, It is also used when writing on the fly. |
QSB file | ||
file name | vcd0000.qsb~vcd9999.qsb | |
Output destination | Output to the same location as the DSK file | |
size | CDDA source file sector count x 98 bytes | |
explanation | A file that records CDDA track information. CD emulation with direct DOS file access Use when doing. |
SCT file | ||
file name | dskbase.sct (DSK file base name + extension TOC) | |
Output destination | Output to the same location as the DSK file | |
size | (Number of DOS files + number of gaps) x 28 bytes | |
explanation | This is an XBLD specific file. Used when writing on the fly, A file that records disk sector information. |
OTI file | ||
file name | xbld0000.oti~xbld9999.oti | |
Output destination | Output to the same location as the DSK file | |
size | Several 100 Kbytes to several 10 Mbytes (interleaved file size) | |
explanation | This is an XBLD specific file. Used when writing on the fly, Interleaved intermediate file. |