Master Member
|
引用:
作者frenthen
在dos下沒試過!
是用necflash.exe嗎?
後面要接什麼命令,然後找1.03.bin檔嗎?
|
就在那個網頁上,DOS32那個,網頁上有參數的範例。
引用:
Example on using Binflash
First of all scan your adapters for valid devices:
C:\>necflash -scan
This may lead to an output similar to:
Binflash - NEC version - (C) by Liggy and Herrie
Visit http://binflash.cdfreaks.com
List of supported devices:
Device : 1.0.0
Vendor : _NEC
Model : DVD_RW ND-2500A
Firmware : 1.07Now you should backup your current firmware by issueing the following command, using the device that you got during the device scan:
C:\>necflash -dump C:\OldFirmware.bin 1.0.0
After accepting the disclaimer and waiting for a few seconds you will get the file C:\OldFirmware.bin which contains your current firmware.
Now you probably want to update your drive with a new firmware. You can do so simply by calling the following command:
C:\>necflash -flash C:\NewFirmware.bin 1.0.0
If you accept the disclaimer and wait for a few seconds again, the burner is updated with the firmware from C:\NewFirmware.bin
The following command is used to set the default booktype for DVD+R to DVD-ROM:
C:\>necflash -setbt DVD+R DVD-ROM perm 1.0.0
For DVD+R, DVD+RW and DVD+R-DL you can set the booktype to DVD-ROM, DVD-R, DVD-RW, DVD+R, DVD+RW and DVD+R-DL. Instead of using perm you may also use temp if you just want to use the temporary settings that only last until the next drive reset. (This feature is not supported by every firmware)
|
|