how to run a python script using subprocess without shell code example Example: python run command import os os.system('cmd /k "Your Command Prompt Command"')