InfoConnect for Airlines VBA Guide
ZmodemSendStartupCommand Property
When you initiate a receive from the host using the Zmodem protocol, this command and the host filename are transmitted to the host.
Syntax
Object.ZmodemSendStartupCommand As String
Remarks
This value should contain the name of the program that starts Zmodem sends on the host. If you do not indicate a send startup command, you must manually start the host's Zmodem send program before you can receive the host file.

For VMS hosts, this command must be defined as a foreign command.

This property is only necessary for receiving files from a host system. Is not required for downloading files from a bulletin board. The default value is "". This string can be up to 80 characters long.
See Also