Difference between revisions of "MC-Basic:RETRIEVE"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:RETRIEVE to MC-Basic:RETRIEVE: Global renaming of Axystems: namespace into (Main):)
Line 34: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:SEND|SEND]]
+
* [[MC-Basic:SEND|SEND]]
  
 
[[Category:Axystems:MC-Basic:File Management|RETRIEVE]]
 
[[Category:Axystems:MC-Basic:File Management|RETRIEVE]]
 
}}
 
}}

Revision as of 08:40, 22 May 2014

This command retrieves a file from the softMC and places it on the disk of the host.

Syntax

Retrieve <filename>

Availability

All versions

Type

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

Range

<filename>: The file must exist on the Flash Disk.

Scope

Terminal

Limitations

A file may not be in use nor be protected with a password.

Examples

Retrieve FILE1.PGM

See Also