View Single Post
Old 06-11-2012, 15:21   #2
x_Master_x
Senior Member
 
L'Avatar di x_Master_x
 
Iscritto dal: May 2005
Messaggi: 8697
Codice:
@echo off
SET /P SECOND=Spegni PC entro...
echo.
echo Hai selezionato: %SECOND% secondi
SET /P ANSWER=Sei sicuro (S/N)?
if /i {%ANSWER%}=={S} (goto :yes)
goto :no

:yes
echo shutdown -s -t %SECOND%
pause
exit /b 0

:no
exit /b 1
Togli echo e pause da :yes e modificalo come credi
__________________
.
Thread Ufficiali: EasyCrypt ~ Old Files Manager ~ OSD Clock
The real me is no match for the legend
.
x_Master_x è offline   Rispondi citando il messaggio o parte di esso