InfoConnect for Airlines VBA Guide
ZmodemReceiveStartupCommand Property
Specifies a command that starts the Zmodem receive command on the host when you send a file from the PC to the host using the Zmodem protocol.
Syntax
Object.ZmodemReceiveStartupCommand As String
Remarks
This command should contain the name of the program that starts the Zmodem receive command. If you do not specify a receive startup command, you must manually start the host's Zmodem receive program before you can send files. This property is necessary only when sending files to a host system; it is not required for transferring files to a bulletin board. The default value is "". This string can be up to 80 characters long.
See Also