Skip to content

cmd commands in python

DanielMueller1309 edited this page Apr 15, 2021 · 1 revision

CMD-commands in python

import os
os.system('cmd /c "<command>"')

Clone this wiki locally