2016-04-26 14:43:48 +00:00
|
|
|
@ECHO OFF
|
|
|
|
PROMPT $p$g
|
|
|
|
cd c:\flash
|
|
|
|
cls
|
|
|
|
echo.
|
|
|
|
echo.
|
2016-04-27 01:28:21 +00:00
|
|
|
echo This will flash your firmware to support a classic 7-row keyboard
|
2016-04-26 14:43:48 +00:00
|
|
|
echo.
|
2016-04-27 01:28:21 +00:00
|
|
|
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.
|
2016-05-24 01:34:17 +00:00
|
|
|
echo This disc will flash the file __DIR\__FL2
|
2016-04-27 01:28:21 +00:00
|
|
|
echo.
|
|
|
|
echo This disk is prepared for __DESC
|
|
|
|
echo.
|
2016-06-06 01:32:27 +00:00
|
|
|
echo Buildinfo: __BUILDINFO
|
|
|
|
echo Built: __BUILT
|
|
|
|
echo.
|
2016-04-26 14:43:48 +00:00
|
|
|
pause
|
2016-05-24 01:52:30 +00:00
|
|
|
echo on
|
2016-05-24 01:34:17 +00:00
|
|
|
dosflash /sd /ipf ec /file __DIR\__FL2
|
2016-04-26 14:43:48 +00:00
|
|
|
|