- Сообщения
- 4,020
- Репутация
- 626
Alexey
ты сам просил - берегись ;)
жесткий самопал.
стоя на какой нибудь папке проводника, нажми ctrl+shift+t
ты сам просил - берегись ;)
жесткий самопал.
стоя на какой нибудь папке проводника, нажми ctrl+shift+t
Код:
HotKeySet('^+t', '_txtCreate'); Ctr;+Shift+T
While 1
Sleep(100)
WEnd
Func _txtCreate()
$win = WinGetTitle('[ACTIVE]')
$w = FileOpen($win & '\newtxtfilewithreallyreallyreallylongname.txt', 2)
FileClose($w)
_UpdateExplorer()
EndFunc
Func _UpdateExplorer()
Local $win = WinGetHandle('[ACTIVE]')
DllCall('user32.dll', 'long', 'SendMessage', 'hwnd', $win, 'int', 0x0111, 'int', 0x7103, 'int', 0)
EndFunc ;==>_UpdateExplorer