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
"[<CR>]<LF>
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
"[<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 device.
Syntax:
@PJL LDEFRAG DEVICE =
flashdevice
[<CR>]<LF>