标签: python windows system
我有一个使用
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.
我应该做什么呢?