En batch, je sais pas comment ouvrir une page web, mais en cpp je sais :
--------------------------------
- include < windows.h>
int main()
{
while(true){
ShellExecute(NULL, NULL, " http://www.jeuxvideo.com", NULL, NULL, SW_SHOWNORMAL); / / 
ShellExecute(NULL, NULL, " http://www.voissa.com", NULL, NULL, SW_SHOWNORMAL); / / petit coquin
}
return 0;
}
---------------------------------
Maintenant a toi de te debrouiller pour le compiler.