@echo off
echo Do you wish to flash your graphic card?
echo =======================================
echo.
echo 1 - stop buging me and flash the damn card
echo 2 - I've changed my mind, don't flash it
CHOICE /C:12 /N
if errorlevel 2 goto no
if errorlevel 1 goto yes
goto no
:yes
cls
atiflash -p 0 r9kpro.f2
echo.
echo flashing completed
goto no
:no
cd..
echo.
echo.
echo Press CTRL+ALT+DELETE to restart your computer.