logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

unattended/install/scripts/esn defrag.aut, NONE, 1.1: msg#00003

Subject: unattended/install/scripts/esn defrag.aut, NONE, 1.1
Update of /cvsroot/unattended/unattended/install/scripts/esn
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv24289

Added Files:
        defrag.aut 
Log Message:
Added spanish defrag.aut, tracker item 1460523

--- NEW FILE: defrag.aut ---
; AutoIt script to defragment primary drive

Run, %SystemRoot%\\system32\\mmc.exe %SystemRoot%\\system32\\dfrg.msc

WinWait, Desfragmentador de disco
WinActivate, Desfragmentador de disco
Send, !af

; Stupid Microsoft changed the GUI on this tool from 2000 to XP. This
; is a bad hack which happens to work with either.
SetTitleMatchMode, 2
WinWait, Desfragmentacion completada, Cerrar
WinActivate, Desfragmentacion completada, Cerrar
WinClose, Desfragmentacion completada, Cerrar
WinWaitClose, Desfragmentacion completada, Cerrar

WinActivate, Desfragmentador de disco
WinClose, Desfragmentador de disco
WinWaitClose, Desfragmentador de disco


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


<Prev in Thread] Current Thread [Next in Thread>