Execute shell script and my executable with windows native CLI #22211
Unanswered
StanleyWu8787
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have a executable which can be executed under msys32 shell.
But our customers does not know how to use shell so we need to let them just click the executable icon.
I have a idea is we can use windows CLI to execute this file like
C:\msys64\mingw32 myFile.exe.But it fail and I can't get any error message from the crash.
Does anyone have idea how to get the error message or how can I execute
myFile.exejust click it?Note: the execute contain
while(true)so it should not shutdown forever ideally.Beta Was this translation helpful? Give feedback.
All reactions