home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April (Special)
/
Chip-Special_1997-04_cd.bin
/
mediavis
/
xdiag
/
mvdxdiag.exe
/
TCDI.DAT
< prev
next >
Wrap
Text File
|
1995-03-30
|
5KB
|
106 lines
menu DisplayCDROMInformation at 0,0 dims 25,80 bc bla tc wh name " CDROM Information "
text at ,2
text "The CDROM Drive requires at least two 'drivers' for regular operation."
text
text "These two 'drivers' also require similar '/D:XXX' parameters. This /D:"
text "option specifies a 'name' that the computer system uses to refer to a"
text "particular CDROM drive."
text
text "For example, in CONFIG.SYS you would have:"
text
text at ,12 " device=c:\medvsn\xxxxxxxx.xxx /d:mvcd00X " bc wh tc bla
text at ,2
text "Accordingly, in AUTOEXEC.BAT you would have:"
text
text at ,12 " c:\medvsn\mscdex.exe /d:mvcd00X " bc wh tc bla
text at ,2
text "This program will locate these two lines in the two files, and determine"
text "that they do (or don't) have matching 'names'."
text
box at ,-1 dims 5,40
item at ,-1 $v_namcdrom using " Information on %12s Driver " dims 1,38 menu ${v_namcdrom}:rInformation
item at ,-1 " Information on MSCDEX.EXE " dims 1,38 menu MSCDEXInformation
item at ,-1 " Return to Previous Screen " dims 1,38 return 1
display v_namcdrom at 10,37 using "%-12s" background white textcolor black
display c_devcdrom at 10,53 using "%-12s" background white textcolor black
display c_devcdrom at 14,44 using "%-12s" background white textcolor black
menu FDATACDInformation at 0,0 dims 25,80 bc bla tc wh name " FDATACD.SYS Information "
text at ,2
text "The 'FDATACD.SYS' 'driver' is declared in CONFIG.SYS using a 'DEVICE=' line."
text
text "Following is the option for this program:"
text at ,10
text "/D:name use 'name' to match with MSCDEX.EXE"
text
menu ATASPI16Information at 0,0 dims 25,80 bc bla tc wh name " ATASPI16.SYS Information "
text at ,2
text "The 'ATASPI16.SYS' 'driver' is declared in CONFIG.SYS using a 'DEVICE=' line."
text
text "There are these options for this program, listed here:"
text at ,10
text "/D:name use 'name' to match with MSCDEX.EXE"
text
menu SJCDInformation at 0,0 dims 25,80 bc bla tc wh name " SJCD.SYS Information "
text at ,2
text "The 'SJCD.SYS' 'driver' is declared in CONFIG.SYS using a 'DEVICE=' line."
text
text "There are these options for this program, listed here:"
text at ,10
text "/B:port port address of CDROM card (300, 310, 320, 330, 340)"
text "/D:name 'name' matches with MSCDEX.EXE in AUTOEXEC.BAT"
text
menu D011V109Information at 0,0 dims 25,80 bc bla tc wh name " D011V109.SYS Information "
text at ,2
text "The 'D011V109.SYS' 'driver' is declared in CONFIG.SYS using a 'DEVICE=' line."
text
text "Following are the options for this program:"
text at ,10
text "/D:name 'name' matches with MSCDEX.EXE in AUTOEXEC.BAT"
text "/M:Mode mode s for programmed I/O"
text "/Ps:port port address of CDROM interface (170s or 1F0s)"
text " s for slave and m for master"
text "/I:IRQ interrupt channel (14 or 15)"
text "/V verbose, displays information during program mode"
menu MTMCDAIInformation at 0,0 dims 25,80 bc bla tc wh name " MTMCDAI.SYS Information "
text at ,2
text "The 'MTMCDAI.SYS' 'driver' is declared in CONFIG.SYS using a 'DEVICE=' line."
text
text "Following are the options for this program:"
text at ,10
text "/P:port,irq port address (170 or 1F0) and IRQ channel (14 or 15)"
text " of CDROM interface."
text "/D:name 'name' matches with MSCDEX.EXE in AUTOEXEC.BAT"
text
text
menu MSCDEXInformation at 0,0 dims 25,80 bc bla tc wh name " MSCDEX.EXE Information "
text at ,2
text "The 'MSCDEX.EXE' 'driver' serves as an interface between your normal"
text "operating system and the non-standard format provided by a CDROM device."
text
text "After the CONFIG.SYS 'driver' loads, this program uses the 'name' to "
text "match up to a particular CDROM drive, and then assigns a drive letter"
text "to that device. Thereafter, application software can read files from"
text "the disc in the drive, and if audio tracks are stored on the disc, can"
text "play those like a regular CD player."
text
text "There are several options for this program, listed here:"
text
text "/E use EMS memory for data storage."
text "/K enable KANJI-type discs."
text "/S enable drive-sharing for networks."
text "/V verbose, display information during program load."
text "/D:name use 'name' to match a particular CDROM CONFIG.SYS driver."
text "/L:x assign 'x' as the disk drive letter."
text "/M:# use '#' 'read-ahead' buffers to reduce disk drive activity."