Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggest to support calling a third-party program to open the target file #76

Open
StrollStars opened this issue Dec 17, 2022 · 2 comments

Comments

@StrollStars
Copy link

This is convenient to directly call the third-party program to continue processing the target file.

@horsicq
Copy link
Owner

horsicq commented Dec 17, 2022

Interesting idea. I will think about it.

@modz2014
Copy link

modz2014 commented Mar 10, 2024

you can already do this example

          std::wstring programPath = directoryPath + L"die.exe";
          LogMessage(L"Program path: " + programPath); // Log the program path
          HINSTANCE hInstance = ShellExecute(NULL, NULL, programPath.c_str(), parameters.c_str(), NULL, SW_SHOW);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants