winexec是运行可执行文件的
执行其它文件,可以使用ShellExecute:
ShellExecute(handle, NULL, <fileNameOrPath>, NULL, NULL, SW_SHOWNORMAL);