源代码
- FileDelete("D:\Program Files\360hotfix\hotfix\*.exe")
- Dim $i, $Drive
- For $i = 67 To 90
- $Drive = Chr($i)
- If FileExists($Drive & ":\" & "hotfix" & "\" & "*.exe") Then
- FileCopy($Drive & ":\" & "hotfix"& "\" & "*.exe","D:\Program Files\360hotfix\hotfix")
- ExitLoop
- EndIf
- Next
版权声明:文章图片资源来源于网络,如有侵权,请留言删除!!!
评论