3 lines
66 B
AutoHotkey
3 lines
66 B
AutoHotkey
|
|
Loop, Read, input.txt, output.txt
|
||
|
|
FileAppend, %A_LoopReadLine%`n
|