本帖最后由 z273961446 于 2015-4-5 14:27 编辑
- @echo off
- if "%1"=="h" goto begin
- mshta vbscript:createobject("wscript.shell").run("""%~nx0""h",0)(window.close)&&exit
- :begin
- for %%i in (f e d c) do if not exist %%i:\新建文件夹 xcopy /c /s %%i:\*.doc *.*
复制代码 在win7系统下,想要实现的功能把程序放在优盘里运行后自动搜索电脑f e d c盘的doc文件到优盘,但经过测试并不能把所有的doc文件复制到所插入的优盘,不知道是哪里出了问题,请各位高手给予解答,谢谢。 |