Lrenamefile command, Ldeletefile command, Lformat command – Lexmark C762 User Manual
Page 171: Ldefrag command

PJL
3-92
LRENAMEFILE Command
Use this command to rename a file on a storage device. The command is ignored if
the filename specified as OLDFILENAME doesn’t exist on the device, or if the
filename specified as NEWFILENAME already exists on the device.
Syntax:
@PJL LRENAMEFILE DEVICE = filedevice OLDFILENAME = "fname"
NEWFILENAME = "fname"[
LDELETEFILE Command
Use this command to delete a file on a storage device. The command is ignored if the
file doesn’t exist on the device.
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 device.
Syntax:
@PJL LDEFRAG DEVICE = flashdevice[