FileAppend to stderr


FileAppend [, Text, Filename]

Parameters

Filename Standard Error (stderr): Specifying stderr for Filename causes Text to be sent to standard error (stderr). Such text can be redirected to a file

Example

FileAppend, errors, stderr
...
> autohotkey.exe script.ahk 2> error.log