#include #include #include void launch(char *s) { ShellExecute(NULL, "open", s, NULL, NULL, SW_SHOWNORMAL); }