mirror of
https://github.com/hamishcoleman/thinkpad-ec
synced 2024-11-09 19:11:05 +00:00
13 lines
185 B
Plaintext
13 lines
185 B
Plaintext
@ECHO OFF
|
|
PROMPT $p$g
|
|
cd c:\flash
|
|
cls
|
|
echo.
|
|
echo.
|
|
echo.
|
|
echo.
|
|
echo This will flash your firmware to support a classic 7-row keyboard
|
|
pause
|
|
dosflash /sd /ipf ec /file __FL2
|
|
|