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