prog.cpp:3:20: error: stdafx.h: No such file or directory
prog.cpp:4:21: error: windows.h: No such file or directory
prog.cpp:5:19: error: tchar.h: No such file or directory
prog.cpp:6:22: error: shellapi.h: No such file or directory
prog.cpp:10: error: ‘_TCHAR’ has not been declared
prog.cpp: In function ‘int _tmain(int, int**)’:
prog.cpp:15: error: ‘SHELLEXECUTEINFO’ was not declared in this scope
prog.cpp:15: error: expected `;' before ‘ShExecInfo’
prog.cpp:16: error: ‘ShExecInfo’ was not declared in this scope
prog.cpp:17: error: ‘SEE_MASK_NOCLOSEPROCESS’ was not declared in this scope
prog.cpp:18: error: ‘NULL’ was not declared in this scope
prog.cpp:19: error: ‘_T’ was not declared in this scope
prog.cpp:24: error: ‘SW_HIDE’ was not declared in this scope
prog.cpp:26: error: ‘ShellExecuteEx’ was not declared in this scope
prog.cpp:27: error: ‘INFINITE’ was not declared in this scope
prog.cpp:27: error: ‘WaitForSingleObject’ was not declared in this scope