Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Ask for Help (v2) • Re: is the ListLines history available for a script to peek?

$
0
0

CODE:

#Requires AutoHotkey v2.0
logFile := 'lines.log'
WinMove -1000,,,, A_ScriptHwnd
ListLines
FileAppend ControlGetText('Edit1', A_ScriptHwnd) '`n', logFile
Run 'notepad.exe "' logFile '"'
ExitApp

Statistics: Posted by mikeyww — Today, 12:58



Viewing all articles
Browse latest Browse all 579

Trending Articles