Contact: aviboots(AT)netvision.net.il
41,314 questions
53,829 answers
573 users
#include <stdio.h> #include <stdlib.h> int main(void) { system("start firefox.exe www.collectivesolver.com"); system("start iexplore.exe www.collectivesolver.com"); system("start chrome.exe www.collectivesolver.com"); return 0; }