[ Last edited by hulongzhuo on 2007-7-7 at 08:39 AM ]作者: hulongzhuo 时间: 2007-7-7 08:39 倒,一个人也不回!!!作者: bc12060101 时间: 2007-7-7 09:46 Examples
========
device=VIDE-CDD.SYS /D:IDE-CD
SHSUCDX /D:SHSU-CDH
SHSUCDX finds the first available drive letter and assigns it to device
unit 0 of the driver SHSU-CDH. If there is a second and/or third CD
drive they are assigned to the next available letters in sequence.
Drive letters in use are skipped. The first CD supported by a driver is
device unit 0 regardless of its SCSI address.
Assign drive F to the IDE-CD driver, or abort if it is not loaded. If
the USB-CD driver is loaded, assign it to drive U; else do nothing. If
the SHSU-CDH driver is loaded, assign it to drive W; else reserve space
for it, so it can be loaded later. SHSUCDX will return the number of
drives assigned (or 252 if aborted).
SHSUCDX /L:0
If SHSUCDX is not installed, it will return 255; otherwise the number of
assigned drives (which can be 0). In either case, nothing is displayed.
SHSUCDX /D:CD001,,1,1 /D:CD001,,4,1
SHSUCDX assigns the first available drive letter to device unit 1 of the
driver CD001 and the next letter to unit 4. This allows access to non-
contiguous drive units without having to support un-needed units.作者: hulongzhuo 时间: 2007-7-7 11:36 谢谢楼上的兄弟,不过要是中文解说就好了,
翻译的还是看不懂,作者: 181801669 时间: 2007-7-30 21:44 偶也不懂呀作者: mytest 时间: 2008-3-4 01:30 标题: test