Lexmark X940E Technical Reference page 179

Lexmark x940e: user guide
Hide thumbs Also See for X940E:
Table of Contents

Advertisement

LWRITEFILE Command
Use this command to write data to a file on a storage device.
Syntax:
@PJL LWRITEFILE DEVICE = filedevice FILENAME = "fname"
[START = location] [LENGTH = bytecount][<CR>]<LF><data>
[@PJL END DATA][<CR>]<LF>
Notes:
The file must be closed using the LCLOSEFILE command once all operations
are complete.
The command is ignored if the file does not exist on the device. The
command is ignored if the file is not already open with a write
If START =
location
is assumed.
If START =
location
positions the file pointer at the end of the file.
If the LENGTH is omitted from a LWRITEFILE command, an @PJL END
DATA must be placed at the end of the data. All data up to '@' in @PJL END
DATA is written to the file. The command requires either the LENGTH
parameter or the @PJL END DATA be specified, but not both.
LRUNFILE Command
Use this command to load and execute a file on a storage device. For example, use
this command to run the resident demo file or a demo file stored on flash or disk.
Syntax:
@PJL LRUNFILE DEVICE = filedevice FILENAME = "fname"[<CR>]<LF>
3-83
is omitted on a file with an
is greater than file size and the
PJL
accesstype
of
, location
accesstype
RW
is
, it
accesstype
RW
.
0

Advertisement

Table of Contents
loading

Table of Contents