ソース

int WINAPI WinMain(...)
{
 return WinExec("tetris.exe", SW_SHOW);
}

※別途作成のtetris.exeが必要