Procurar
Palavras-chaves
Últimos assuntos
Tópicos mais visitados
Temporizando o desligamento
Página 1 de 1
Temporizando o desligamento
1- abra o terminal e digite "shutdown -h -t xx" xx é o tempo
ou faça o seguinte no apple script:
(* how many seconds before we remove the notice? *)
property dialog_timeout : 3
repeat
try
display dialog "In how many minutes must the computer be shutdown?" ¬
default answer ""
set the time_amount to the text returned of the result as integer
if the time_amount is greater than 0 then exit repeat
on error number error_number
if the error_number is -128 then return "user cancelled"
end try
end repeat
if the time_amount is 1 then
set the my_minuten to "minute"
else
set the my_minuten to "minutes"
end if
display dialog "The computer will be shutdown in " & time_amount & " " & ¬
my_minuten & "!" buttons {"Ok"} default button 1 giving up after dialog_timeout
delay time_amount * 60
tell application "Finder" to shut down
ou faça o seguinte no apple script:
(* how many seconds before we remove the notice? *)
property dialog_timeout : 3
repeat
try
display dialog "In how many minutes must the computer be shutdown?" ¬
default answer ""
set the time_amount to the text returned of the result as integer
if the time_amount is greater than 0 then exit repeat
on error number error_number
if the error_number is -128 then return "user cancelled"
end try
end repeat
if the time_amount is 1 then
set the my_minuten to "minute"
else
set the my_minuten to "minutes"
end if
display dialog "The computer will be shutdown in " & time_amount & " " & ¬
my_minuten & "!" buttons {"Ok"} default button 1 giving up after dialog_timeout
delay time_amount * 60
tell application "Finder" to shut down
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos
Qua 16 Nov - 16:14 por fernandosena
» Segurança e redes sem fio
Qua 16 Nov - 16:11 por fernandosena
» Nokia lançará tablet com Windows 8 em junho de 2012, diz executivo
Qua 16 Nov - 16:05 por fernandosena
» Empresa registra aumento de 472% no número de vírus para Android
Qua 16 Nov - 16:03 por fernandosena
» YouTube investe US$ 100 milhões em vídeos
Sex 7 Out - 8:34 por fernandosena
» Todos os títulos futuros da Microsoft devem trazer suporte para o Kinect
Sex 7 Out - 8:25 por fernandosena
» Resident Evil 5 - PC
Sex 7 Out - 8:22 por fernandosena
» Novo trailer de Assassin’s Creed Revelations é lançado
Sex 7 Out - 8:12 por fernandosena
» Biostar apresenta nova placa-mãe que permite acesso remoto via smartphones
Sex 7 Out - 8:08 por fernandosena