mirror of
https://github.com/hamishcoleman/thinkpad-ec
synced 2024-11-09 19:11:05 +00:00
23 lines
516 B
Plaintext
23 lines
516 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 __DIR\__FL2
|
|
echo.
|
|
echo This disk is prepared for __DESC
|
|
echo.
|
|
pause
|
|
echo on
|
|
dosflash /sd /ipf ec /file __DIR\__FL2
|
|
|