http://bbs.wuyou.net/forum.php?mod=redirect&goto=findpost&ptid=57675&pid=3023573&fromuid=298214php
@devdevadev:
Added some extra features like RMPARTUSB .EXE:
bootice /listdisks /list
bootice /listdisks /find
bootice /listdisks /getdrv /drive=n
BOOTICEx86.rar
387 KB, 下載次數: 87post
http://bbs.wuyou.net/forum.php?mod=redirect&goto=findpost&ptid=57675&pid=3023713&fromuid=298214
5178#
USB HDDs are not listed - it should list ALL USB disks (maybe have /listusbrem to just list removable disks?)ui
/list - order is not numerical - e.g. 3 4 5 - it depends on order user connected them in.spa
/listdisks /find /file=f.txt - selects the first disk to be connected (e.g. 5) not the lowest disk number - e.g. 3.net
/listdisks should be /listusb and use /listdisks to list all disks (USB and non-USB)ip
can these be corrected please to make it more useful? Thanks.rem
Use "booticex86 /diskinfo /list /file=xxx1.cmd" to list disks;
Use "booticex86 /diskinfo /find /file=xxx2.cmd" to find number and letter of first drive
Use "booticex86 /diskinfo /getdrv /drive=n /file=xxx3.cmd" to report drive letter+size+descriptionget
And, an extra "/usbonly" parameter indicates bootice to list usb disks only.cmd
三、/diskinfo
此參數用於輸出磁盤信息,相似 RMPARTUSB.EXE。
使用 /file=xxx 來指定輸出文件。
/diskinfo /list /file=xxx: 列出磁盤信息;
/diskinfo /find /file=xxx: 以環境變量的形式將磁盤信息輸出到文件;
/diskinfo /getdrv /drive=n /file=xxx以環境變量的形式列出指定磁盤的信息。
若是指定了 /usbonly 參數,僅輸出 USB 磁盤信息,不然,列出全部磁盤。it
booticex86 /diskinfo /list /file=xxx1.cmd
booticex86 /diskinfo /find /file=xxx2.cmd
booticex86 /diskinfo /getdrv /drive=n /file=xxx3.cmd
xxx1.cmd:
Drives Count: 3
*DRIVE 0: Romex RAMDISK (19.9 GB, C:)
DRIVE 1: Reeinno FR256GB R2S3 (238.5 GB, G: H:)
DRIVE 2: ST1000LM035-1RK172 (931.5 GB, D: E: F:)
xxx2.cmd:
SET DRIVESCOUNT=3
SET DRIVE=0
SET DRIVEDESC=Romex RAMDISK (19.9 GB, C:)
SET DRIVESIZE=21378367488
SET DRIVELETTER=C:
SET DRIVE0DESC=Romex RAMDISK (19.9 GB, C:)
SET DRIVE0SIZE=21378367488
SET DRIVE0LETTER=C:
SET DRIVE1DESC=Reeinno FR256GB R2S3 (238.5 GB, G: H:)
SET DRIVE1SIZE=256060514304
SET DRIVE1LETTER=G: H:
SET DRIVE2DESC=ST1000LM035-1RK172 (931.5 GB, D: E: F:)
SET DRIVE2SIZE=1000204886016
SET DRIVE2LETTER=D: E: F:
xxx3.cmd:
SET USBDRIVE=0SET USBDRIVEDESC=Romex RAMDISK (19.9 GB, C:)SET USBDRIVESIZE=21378367488SET USBDRIVELETTER=C: