$site = InputBox ( "Enter site", "Enter the site name:","","",-1,-1,0,0)
Run("C:\Program Files\Internet Explorer\Iexplore.exe $site")
This doesn't work. I can't find what i'm suppose to put in place so that the $site gets read and does not display "$site". Is there an easier way to do this? sorry this is such a stupid question.