Sends input to A-Shell.
Syntax
Application.Send Text
Parameters
Text
A String containing characters to be sent as input to A-Shell.
Remarks
Using the Send method sends the characters in the Text parameter as input to A-Shell. The characters are sent using the SendMessage API call and WM_CHAR message type. The effect is therefore identical to that of the user entering characters at the keyboard into the A-Shell window, and whether the input is echoed to the screen or actioned depends on the state of A-Shell and any running A-Shell application.
See also the ExecCmd method.