Difference between revisions of "MC-Basic:SEND"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<filename>''" to "<''filename''>")
m
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This command is used to send a file to the MC from the disk of the host. The file then appears on the Flash Disk. If a file of the specified name already exists, it is over-written with the new file.
+
This command is used to send a file to the softMC from the disk of the host. The file then appears on the Flash Disk. If a file of the specified name already exists, it is over-written with the new file.
  
 
|TYPE=
 
|TYPE=

Revision as of 14:03, 26 March 2014

This command is used to send a file to the softMC from the disk of the host. The file then appears on the Flash Disk. If a file of the specified name already exists, it is over-written with the new file.

Syntax

Send <filename>

Availability

All versions

Type

<filename>: File specification, including file name and extension.

Range

<filename>: The file must exist on the disk of the host.

Scope

Terminal

Limitations

If the specified file is in use, error 4040 is returned. If a file is protected with a password, error 4038 is returned.

Examples

Send FILE1.PGM

See Also