Flce /A - Casio PA-2400W Software Manual

C library manual
Hide thumbs Also See for PA-2400W:
Table of Contents

Advertisement

Title
This command transfers the contents of file that exists on the PA-2400W and specified by the append file pathname to
the communication partner side of PA-2400W, and append the contents to file that exists on the communication
partner side.

If file specified by the target file pathname does not exist on the communication partner side, it will be
automatically created.

The date and time of the target file will be set to current system date and time of a machine where the target
file is processed for the append operation.

If the file transfer fails in mid-course, the target file restores the condition that existed before communication
started.

File data will be appended as binary data. (If the target file is terminated by EOF code, the data will be appended
after the EOF code.)

The progress of file transfer will be displayed.

If a transmission file pathname that does not exist on the PA-2400W is specified, the FLCE is immediately
terminated by error. If this occurs, even files that exist will not be transmitted.


C Language Interface


Calling Sequence
FLCE /A <Appended file pathname> <Target file pathname>


Parameters
Appended file pathname

Specify an objective file of transmission that exists on the PA-2400W by its full pathname.

A wild card cannot be used for the file name

Directory names or file names can be described by using 2-byte code characters.
Target file pathname

Specify file that is the target of append and that exists on the communication partner side by its full
pathname. If the specified file does not exist, it will be automatically created by specified file name.

A wild card cannot be used for file name.

Directory names can be described by using 2-byte code characters.

Create the target file pathname in accordance with the naming rules of the communication partner-side OS.


Startup Example

FLCE /A "\MY\casio.dat " "b:\your\master.dat"
This appends the contents of the "casio.dat" file to the "master.dat" file on the communication
partner side.
Command
61

FLCE /A

Advertisement

Table of Contents
loading

Table of Contents