2 lines
110 B
AutoHotkey
2 lines
110 B
AutoHotkey
; c:\> autohotkey.exe stderr.ahk 2> error.txt
|
|
FileAppend, Goodbye`, World!, stderr ; requires AutoHotkey_N
|