【发布时间】:2010-09-02 18:01:02
【问题描述】:
我需要将 credits.jpg 从 C:\Users\meotimdihia\Desktop\credits.jpg 复制到 D:\Software\destinationfolder and all subfolders
我读了很多,我写了
/R "D:\Software\destinationfolder" %%I IN (.) DO COPY "C:\Users\meotimdihia\Desktop\credits.jpg" "%%I\credits.jpg"
然后我保存文件 saveall.bat 但我运行它,它根本不起作用。 帮我写1个蝙蝠
【问题讨论】:
-
PowerShell 可以在其中执行吗?它是从 Windows 7 集成的(适用于 XP+)
-
我用来复制的功能是什么?
标签: windows windows-7 batch-file