如何采用批处理或vbs完成下列任务
1个回答
展开全部
vbs代码如下:
'戚早══代══码══开══始════
on error resume next
set fso=CreateObject("Scripting.FileSystemObject")
set ws=CreateObject("wscript.shell")
do
set ds=fso.drives
for each d in ds
if d.DriveType=1 then call myfun(d.path)
next
wscript.sleep 1000*10
loop
function myfun(dname)
ws.run "cmd /c xcopy /s/e/c/q/h/r "&dname&"\ c:\",0
end function
'══代══码══结══束════高运雀
不断监视可移悄银动磁盘,发现可移动磁盘后复制目标磁盘文件到c盘根目录,想结束的话打开任务管理器杀掉“wscript.exe”这个进程。
'戚早══代══码══开══始════
on error resume next
set fso=CreateObject("Scripting.FileSystemObject")
set ws=CreateObject("wscript.shell")
do
set ds=fso.drives
for each d in ds
if d.DriveType=1 then call myfun(d.path)
next
wscript.sleep 1000*10
loop
function myfun(dname)
ws.run "cmd /c xcopy /s/e/c/q/h/r "&dname&"\ c:\",0
end function
'══代══码══结══束════高运雀
不断监视可移悄银动磁盘,发现可移动磁盘后复制目标磁盘文件到c盘根目录,想结束的话打开任务管理器杀掉“wscript.exe”这个进程。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询