ShellExecute ShellExecute 함수 용법 의 인 스 턴 스 코드 #include<windows.h> #include<stdio.h> int main() // ShellExecute(NULL, "open", "notepad.exe", NULL, NULL, SW_SHOWNORMAL); // notepad.exe , '\' //ShellExecute(NULL, "open", "notepad.exe", "F:\\ \\test.txt", NULL, SW_SHOWN... ShellExecute
ShellExecute 함수 용법 의 인 스 턴 스 코드 #include<windows.h> #include<stdio.h> int main() // ShellExecute(NULL, "open", "notepad.exe", NULL, NULL, SW_SHOWNORMAL); // notepad.exe , '\' //ShellExecute(NULL, "open", "notepad.exe", "F:\\ \\test.txt", NULL, SW_SHOWN... ShellExecute