2 lines
55 B
AutoHotkey
2 lines
55 B
AutoHotkey
FileRead, var, input.txt
|
|
FileAppend, %var%, output.txt
|
FileRead, var, input.txt
|
|
FileAppend, %var%, output.txt
|