4 lines
72 B
AutoHotkey
4 lines
72 B
AutoHotkey
Loop, Read, Input.txt, Output.txt
|
|
{
|
|
FileAppend, %A_LoopReadLine%`n
|
|
}
|