Send a file, or group of files, using the Zmodem protocol. If you pass a
file name then it sends that file. If you pass an array then it will
send all the files in that array list.
Example:
ComSendZmodem 'MXMENU.ZIP'
Example:
Var FileList
AppendArray(FileList,'FILE1')
AppendArray(FileList,'FILE2')
ComSendZmodem FileList