Difference between revisions of "MC-Basic:SEND"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Send ''<filename>'' |AVAILABILITY= All versions |DESCRIPTION= This command is used to send a file to the MC from the disk of the host. The fi…')
 
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:SEND}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
Send ''<filename>''
+
Send <''filename''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 11:
  
 
|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=
''<filename>'': File specification, including file name and extension.
+
<''filename''>: File specification, including file name and extension.
  
 
|RANGE=
 
|RANGE=
''<filename>'': The file must exist on the disk of the host.
+
<''filename''>: The file must exist on the disk of the host.
  
 
|UNITS=
 
|UNITS=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:LOAD|LOAD]]
+
* [[MC-Basic:LOAD|LOAD]]
* [[Axystems:MC-Basic:RETRIEVE|RETRIEVE]]
+
* [[MC-Basic:RETRIEVE|RETRIEVE]]
 
 
  
 +
[[Category:MC-Basic:File Management|SEND]]
 
}}
 
}}

Latest revision as of 03:17, 28 April 2017

Language: English  • 中文(简体)‎

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