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