mirror of
https://github.com/hamishcoleman/thinkpad-ec
synced 2024-11-18 03:25:33 +00:00
22 lines
495 B
Plaintext
22 lines
495 B
Plaintext
@ECHO OFF
|
|
PROMPT $p$g
|
|
cd c:\flash
|
|
cls
|
|
echo.
|
|
echo.
|
|
echo This will flash your firmware to support a classic 7-row keyboard
|
|
echo.
|
|
echo.
|
|
echo.
|
|
echo WARNING: Incorrectly flashing your firmware can damage your laptop.
|
|
echo Ensure this is the right firmware version before attempting to flash
|
|
echo the firmware - there are minimal checks done.
|
|
echo.
|
|
echo This disc will flash the file __FL2
|
|
echo.
|
|
echo This disk is prepared for __DESC
|
|
echo.
|
|
pause
|
|
dosflash /sd /ipf ec /file __FL2
|
|
|