如何在Windows上复制Python文件?

时间:2016-05-25 00:04:51

标签: python windows system

我有一个使用

复制文件的Python程序
os.system("cp -rf %s/bs %s" % (codeHome,destPath))

它在Linux中运行良好,但在尝试在Windows(PowerShell)中运行时,我收到了消息

'cp' is not recognized as an internal or external command,
operable program or batch file.

我应该做什么呢?

0 个答案:

没有答案