How to do a std::system call to launch another console app? #109
Answered
by
lucadesogus
lucadesogus
asked this question in
Q&A
-
Hello, normally i use the std::system in this way to launch an executable in another console:
but while running tvision application it creates some troubles. Can someone give some hints? thanks |
Beta Was this translation helpful? Give feedback.
Answered by
lucadesogus
Aug 4, 2023
Replies: 1 comment 2 replies
-
Hi @lucadesogus! What application are you trying to run with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it's not the case.
Seems that calling the suspend() before the std::system and resume() after allows the new console to stay open.