How to catch os.system exceptions with Python? | ¿Cómo capturar excepciones de os.system con Python?
Hellooo friends! Who help me with how I could catch the exceptions even the outputs of os.system(). Suppose I have a console program that allows executing CMD codes, and the user is asked to enter the command to use, so if the user enters the command incorrectly, such as cld instead of cls, I want to catch the exception of that mistake. How would you do? I hope you help me :D Holaaaaa amigos! Quién me ayuda con saber cómo podría capturar las excepciones incluso las salidas de os.system(). Supongamos que tengo un programa de consola que permite ejecutar códigos del CMD, y se le pide al usuario que introduzca el comando a usar, entonces si el usuario ingresa el comando de forma incorrecta como por ejemplo cld en vez de cls quiero capturar la exception de ese error. ¿Cómo haría? Espero me ayuden :D