닷홈 연결 좀 봐주세요 ㅠㅠ 자세히.
등대
2023.04.01
아래 소스좀 봐주세요 ㅠㅠ 해당 파일에 닷홈 연동해서 닷홈 텍스트 문서 안에 숫자를 불러오고 싶은데..도와주세요 ㅠㅠ어떻게 수정 해야 돼나요?? 자세히 .. 알려주세요 ㅠㅠㅠ
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡstring result ;
result = URLDownloadToFile(NULL, Lhttp://1234.dothome.co.kr/1234.txt, Lc:\\ip.txt, 0, NULL);
string ExportFile;
ExportFile = WinExec(1234.exe, SW_SHOW);
ProcessStartInfo^ pStartInfo = gcnew ProcessStartInfo();
pStartInfo-UseShellExecute = false;
pStartInfo-RedirectStandardOutput = true;
pStartInfo-CreateNoWindow = true;
pStartInfo-WindowStyle = ProcessWindowStyle::Hidden;
pStartInfo-FileName = ExportFile;
pStartInfo-Arguments = result;어디가 틀렸을까요 .. 1234.exe 는 실행 잘되나 1234.exe 뒤에 숫자를 못불러 오네요 좀 알려주세요 ㅠㅠ