xcopy "%userprofile%\output" %CD% /e/h
rd "%userprofile%\output" /s/q
拷贝用户目录下的output文件夹里的文件至bat文件目录,然后删除源文件夹
各命令不明白的话可以在cmd 下输入 xxx-cmd /? 查看命令的用法。
xcopy "%userprofile%\output" %CD% /e/h
rd "%userprofile%\output" /s/q
拷贝用户目录下的output文件夹里的文件至bat文件目录,然后删除源文件夹
各命令不明白的话可以在cmd 下输入 xxx-cmd /? 查看命令的用法。