Et voil� pour l'Applescript

try
set theConfirmation to (do shell script �
"/sbin/ipfw add 0 deny tcp from any to any 3464" password �
"Password" with administrator privileges)
set theConfirmation to (do shell script �
"/sbin/ipfw add 0 deny udp from any to any 2222" password �
"Password" with administrator privileges)
on error
beep
end try

Password = votre mot de passe acc�s administrateur

Jean-Yves

Répondre à