AutoHotkey: Shutdown computer after download or copy: Difference between revisions
Jump to navigation
Jump to search
m (Syntax highlighting :-)) |
(Added category AutoHotkey scripts) |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
; you will have to adjust the text "Speed limit"</font> | ; you will have to adjust the text "Speed limit"</font> | ||
<font color="blue">WinWaitClose</font> <font color="darkblue">ahk_class</font> DOWNDLGLIST2, Speed limit | |||
<font color="blue">Shutdown</font> <font color="red">1</font> | |||
Back to [[AutoHotkey]] | Back to [[AutoHotkey]] | ||
[[Category:AutoHotkey scripts|Shutdown computer after download or copy]] | |||
[[de:AutoHotkey: Herunterfahren des PC nach Schließen des Hintergrund Transfer Managers]] | [[de:AutoHotkey: Herunterfahren des PC nach Schließen des Hintergrund Transfer Managers]] |
Latest revision as of 11:29, 31 May 2008
; This script waits for the Background Transfer Manager to close, ; and then shuts the computer down. ; Remark: It will work only with the english version of TC, for other languages ; you will have to adjust the text "Speed limit" WinWaitClose ahk_class DOWNDLGLIST2, Speed limit Shutdown 1
Back to AutoHotkey