hi, I have a big script which is based on InetGet Function, today I launched it (I used it for 2 weeks) and it doesn't work any more. I searched, i create a new little script to test: InetGet ( 'www.google.fr', 'file.txt', 1) If @error Then MsgBox (0, '', 'failed') ElseIf MsgBox (0, '', 'Suceed') Endif I always got the error message now! Wth? Is that working on your computer? For sure i Checked my connection on IE, working great. Thanks