Lexmark MX722 Printer Languages and Interfaces Technical Reference - Page 87

File and device protection commands, LRUNFILE command, LFORMAT command, LDEFRAG command

Page 87 highlights

Printer job language 87 • If the LENGTH parameter is omitted from a LWRITEFILE command, then place an @PJL END DATA 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 to be specified, but not both. LRUNFILE command Use this command to load and execute a file on a storage device. Syntax: @PJL LRUNFILE DEVICE=filedevice FILENAME="fname"[] LRENAMEFILE command Use this command to rename a file on a storage device. If the file name specified as OLDFILENAME does not exist on the device, or if the file name specified as NEWFILENAME exists on the device, then the command is ignored. Syntax: @PJL LRENAMEFILE DEVICE=filedevice OLDFILENAME="fname" NEWFILENAME="fname"[] LDELETEFILE command Use this command to delete a file on a storage device. If the file does not exist on the device, then the command is ignored. Syntax: @PJL LDELETEFILE DEVICE=filedevice FILENAME="fname"[] LFORMAT command Use this command to format a device for storage. Syntax: @PJL LFORMAT DEVICE=filedevice[] LDEFRAG command Use this command to recover storage space on a flash memory. Syntax: @PJL LDEFRAG DEVICE=filedevice[] File and device protection commands File and device protection commands Use the DEFAULT command to set a password on the entire flash memory, hard disk, or on an individual macro or font in a flash memory.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148

If the
LENGTH
parameter is omitted from a
LWRITEFILE
command, then place an
@PJL END DATA
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
to be specified, but not both.
LRUNFILE command
Use this command to load and execute a file on a storage device.
Syntax:
@PJL LRUNFILE DEVICE=filedevice FILENAME="fname"[<CR>]<LF>
LRENAMEFILE command
Use this command to rename a file on a storage device. If the file name specified as
OLDFILENAME
does not
exist on the device, or if the file name specified as
NEWFILENAME
exists on the device, then the command is
ignored.
Syntax:
@PJL LRENAMEFILE DEVICE=filedevice OLDFILENAME="fname" NEWFILENAME="fname"[<CR>]<LF>
LDELETEFILE command
Use this command to delete a file on a storage device. If the file does not exist on the device, then the command
is ignored.
Syntax:
@PJL LDELETEFILE DEVICE=filedevice FILENAME="fname"[<CR>]<LF>
LFORMAT command
Use this command to format a device for storage.
Syntax:
@PJL LFORMAT DEVICE=filedevice[<CR>]<LF>
LDEFRAG command
Use this command to recover storage space on a flash memory.
Syntax:
@PJL LDEFRAG DEVICE=filedevice[<CR>]<LF>
File and device protection commands
File and device protection commands
Use the
DEFAULT
command to set a password on the entire flash memory, hard disk, or on an individual macro
or font in a flash memory.
Printer job language
87