Disconnects or ejects a USB device.
// Retrieves the first device displayed in the list
MyDevice is string
MyDevice = ExtractString(USBListDevice(), firstRank)
USBDisconnect(MyDevice)
Syntax
USBDisconnect(<USB Identifier>)
<USB Identifier>: Character string
Identifier of the USB device to use. This identifier is returned by USBListDevice.