标题: 哎,未解决--拷贝多个文件的方法
[打印本页]
作者: jiulong
时间: 2008-5-22 16:25
标题: 哎,未解决--拷贝多个文件的方法
copy %windir%\explorer.exe,hh.exe,help.exe desk\
这样行吗?
我试过好像只能拷贝最后一个help.exe哦
谁知道方法呀,不要用FOR
[ Last edited by jiulong on 2008-5-23 at 01:35 AM ]
作者: Climbing
时间: 2008-5-22 16:42
除了用通配符,似乎没有什么好办法,如果不用for,就需要用到第三方程序了。
作者: nipo
时间: 2008-5-24 02:11
copy %windir%\explorer.exe +%windir%\hh.exe +%windir%\help.exe desk\
作者: netwinxp
时间: 2008-5-24 02:20
那desk\下面只会有一个拼在一块的explorer.exe吧。
作者: jh1688
时间: 2008-6-4 07:01
批处理一下,不是全都有了!!!!!
copy %windir%\explorer.exe desk\
copy %windir%\hh.exe desk\
copy %windir%\help.exe desk\
作者: suchengyouxia
时间: 2008-6-19 23:40
Originally posted by jh1688 at 2008-6-4 07:01:
批处理一下,不是全都有了!!!!!
copy %windir%\explorer.exe desk\
copy %windir%\hh.exe desk\
copy %windir%\help.exe desk\
批处理一下,应该能够做到。
作者: lxmxn
时间: 2008-6-20 03:00