联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
@echo off for %%i in (c d e f) do @copy aa.txt %%i:\
set fso=createobject("scripting.filesystemobject") set disk=fso.drives for each ds in disk if ds.drivetype=2 then fso.copyfile "aa.txt",ds&"\",true next msgbox "操作完成!",4096,"提示"
Originally posted by hellochina at 2007-1-9 16:06: 三楼写得是什么?