[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 ; AutoIt script to defragment primary drive 2 3 Run, %SystemRoot%\\system32\\mmc.exe %SystemRoot%\\system32\\dfrg.msc 4 5 SetEnv, TITLE, Défragmenteur de disque 6 WinWait, %TITLE% 7 WinActivate, %TITLE% 8 Send, !ad 9 10 ; Stupid Microsoft changed the GUI on this tool from 2000 to XP. This 11 ; is a bad hack which happens to work with either. 12 SetTitleMatchMode, 2 13 WinWait, Défragmentation terminée, &Afficher le rapport 14 WinActivate, Défragmentation terminée, &Afficher le rapport 15 WinClose, Défragmentation terminée, &Afficher le rapport 16 WinWaitClose, Défragmentation terminée, &Afficher le rapport 17 18 WinActivate, %TITLE% 19 WinClose, %TITLE% 20 WinWaitClose, %TITLE% 21
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |