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
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