perform actions based on result in cmd python code example
Example: python write to command prompt
import os
os.system("start /B start cmd.exe @cmd /k {command}")
import os
os.system("start /B start cmd.exe @cmd /k {command}")