0
os.system("powershell") on kotlin/java
How to run python's "os.system()" command in kotlin/java. I tried to execute "Runtime.getRuntime().exec("some command")" But I get the command executed in the background. How do I fix it 😔
2 Respuestas
+ 2
Do you want to a terminal window to open when executing the code?
+ 1
Yeah that is my question but not only terminal other terminal commands