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