Help for this page

Select Code to Download


  1. or download this
    $obSh = Win32::OLE->new('WScript.Shell') or<br> die "Can't start Shell
    + error=", Win32::OLE::LastErro();<br>
    $path = "C:\\PROGRA~1\\INTERN~1\\IEXPLORE.EXE";<br>
    $obSh->run("$path $url", 1, true);<br>
    undef $obSh;