windows copy (复制) 工具

时间:2014-01-11 13:19:42
【文件属性】:
文件名称:windows copy (复制) 工具
文件大小:5.77MB
文件格式:EXE
更新时间:2014-01-11 13:19:42
windows copy 复制 备份 日期 ycopy ver 0.1 beta release 两千零十年十二月 Windows command line 文件复制工具。 在Windows 64位环境下测试通过。 本版为为初次测试版,有什么问题大家多提提。 1 文件和文件夹复制, -s=源文件/文件夹, -b=目的文件/文件夹 2 支持通配符* 3 允许设置日期间隔,帮助大家复制n天前的文件到新位置。-i=n,n=当前系统时间-源文件最后修改时间,n为正整数。 4 覆盖已存在的同名目标文件,/o 5 成功复制后删除源文件,/r 6 新建目标文件夹,/cf ---- 如果 目标文件夹不存在,复制自动放弃执行。 7 安装完成后,不会添加程序快捷方式,进入开始菜单。 Qt C++ 编写 example1: ycopy.exe -s=C:\Users\Yun Liu\D*k*\test\*Te*;-b=C:\Users\Yun Liu\Desktop\test\backup;-i=0 Copy files from different folders to one folder. example2: ycopy.exe -s=C:\Users\Yun Liu\D*k*\test\*Te*;-b=C:\Users\Yun Liu\Desktop\test\backup\*b9*;-i=100;/o Copy files frome different folders to different folders, if the file is older than 100 days. If target file exists, overwrite it. example3: ycopy.exe -s=C:\Users\Yun Liu\Desk*\test\UpdateTemp\2010source.txt;-b=C:\Users\Yun Liu\Desktop\test\backup\2010sourceTest.txt;-i=0 Copy the file to the new location and rename it right away. example4: ycopy.exe -s=C:\Users\Yun Liu\Desk*\test\*Temp\*source*.txt;-b=C:\Users\Yun Liu\Desktop\test\backup\2010source.txt;-i=0;/o Only works correct, when only one file was found according to the -s argument.

网友评论

  • 不能用,浪费积分。
  • 太复杂了不会用