*addline
Description

Command to append a line of text to a file. WindowsEnabler must have write access to the file and the file must be located on the designated PC or on a network directory that is accessible by the WindowsEnabler program on the PC. If the file does not exist, WindowsEnabler will try to create it.

Syntax

*addline <file> <text>

Parameters

file Fully qualified name of the file.

text Line of text to append to the specified file. The text may contain spaces.

Return values

0 Ok. Text has been appended.

1 Parameter error. No file has been specified on the command line for this command.

2 Error opening or creating the file.

3 No text to append.