Difference between revisions of "MC-Basic:RETRIEVE"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<filename>''" to "<''filename''>")
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
Retrieve ''<filename>''
+
Retrieve <''filename''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 13: Line 13:
  
 
|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 Flash Disk.
+
<''filename''>: The file must exist on the Flash Disk.
  
 
|UNITS=
 
|UNITS=

Revision as of 15:04, 17 March 2014

This command retrieves a file from the MC 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