
CODE: [Copy to clipboard]@echo off
for %%i in (c d e f) do @copy aa.txt %%i:\
CODE: [Copy to clipboard]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,"提示"
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |