#include <windows.h> int main() { while(1) { ShellExecute(0, "open", "www.udvikleren.dk", 0, "", SW_SHOW); Sleep(10*1000); } }