Hey guys, i'm back.
Why doesn't this work? It should work. But it doesn't. How can I use commands in windows through the os.system module.
This is a module right? Or a library. I don't know.
Code:
import os
os.system("mkdir c:\test")
Why doesn't this work? It should work. But it doesn't. How can I use commands in windows through the os.system module.
This is a module right? Or a library. I don't know.
Comment