源代碼
- 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
版權聲明:文章圖片資源來源于網(wǎng)絡,如有侵權,請留言刪除!!!
評論