Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to execute a cmd command in python

CMD /K - execute a command then remain

import os
os.system('cmd /k "Your Command Prompt Command"')
Source by datatofish.com #
 
PREVIOUS NEXT
Tagged: #execute #cmd #command #python
ADD COMMENT
Topic
Name
5+9 =