Tema: batch
View Single Post
Staro 26.03.2004., 09:30   #2
Costa
Moderator
 
Costa's Avatar
 
Datum registracije: Aug 2003
Lokacija: Zagreb
Postovi: 3,193
@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.
Costa je offline   Reply With Quote