|
USB HDDs are not listed - it should list ALL USB disks (maybe have /listusbrem to just list removable disks?)
/list - order is not numerical - e.g. 3 4 5 - it depends on order user connected them in.
/listdisks /find /file=f.txt - selects the first disk to be connected (e.g. 5) not the lowest disk number - e.g. 3
/listdisks should be /listusb and use /listdisks to list all disks (USB and non-USB)
can these be corrected please to make it more useful? Thanks.
- C:\temp>BOOTICEx86.exe /listdisks /find /file=f.txt & type f.txt
- *Drive5: UDISK PDI01_16G B3I3.0 (15.0 GB, I:)
- Drive3: Corsair Voyager GT 3.0 (29.9 GB, L:)
- Drive4: Lexar JD FireFly (2.5 GB, M:)
- C:\temp>BOOTICEx86.exe /listdisks /getdrv /drive=5 /file=f.txt & type f.txt
- SET DRIVE=5
- SET DRIVEDESC=UDISK PDI01_16G B3I3.0 (15.0 GB, I:)
- SET DRIVESIZE=16156459008
- SET DRIVELETTER=I:
- SET DRIVE5DESC=UDISK PDI01_16G B3I3.0 (15.0 GB, I:)
- SET DRIVE5SIZE=16156459008
- SET DRIVE5LETTER=I:
- SET DRIVE3DESC=Corsair Voyager GT 3.0 (29.9 GB, L:)
- SET DRIVE3SIZE=32054968320
- SET DRIVE3LETTER=L:
- SET DRIVE4DESC=Lexar JD FireFly (2.5 GB, M:)
- SET DRIVE4SIZE=2710568960
- SET DRIVE4LETTER=M:
- C:\temp>BOOTICEx86.exe /listdisks /find /file=f.txt & type f.txt
- SET USBDRIVE=5
- SET USBDRIVEDESC=UDISK PDI01_16G B3I3.0 (15.0 GB, I:)
- SET USBDRIVESIZE=16156459008
- SET USBDRIVELETTER=I:
复制代码 |
|