EndIf

Description

Ends conditional command block begun with the previous IF command.

Syntax

EndIf

 

Parameter

None

 

Example

See IfFile (page 9-9).

 

Notes

Results are unpredictable if not paired properly with If... command.

EndIfFile

Description

Ends conditional command block begun with the previous IF command.

Syntax

EndIfFile

 

Parameter

None

 

Example

See IfFile (page 9-9).

 

Notes

Results are unpredictable if not paired properly with IfFile command.

EndIfTerm

Description

Ends conditional command block executed only if the device type specified in IfTerm match-

es.

 

Syntax

EndIfTerm

 

Parameter

None

 

Example

See IfTerm (page 9-9).

 

Notes

Results are unpredictable if not paired properly with IfTerm command.

FCopy

Description

Copies a file, overwriting any existing file.

 

Syntax

fcopy,source-file,destination-file

 

Parameters

source-file: The file to be copied, including its path

destination-file: The destination path and filename

 

Example

fcopy,\Storage Card\MyData.dat,\Temp\MyData.dat

Notes

If the destination file already exists it is overwritten.

If the source file is blank, a zero-byte file is created.

 

9 - 8