Mega Code Archive

 
Categories / Python Tutorial / Buildin Module
 

Run shell command

import os os.system("copy c:\\temp.dat c:\\temp1.dat")