PJL
3-84
LRENAMEFILE Command
Use this command to rename a file on a storage device. The command is ignored if
the file name specified as OLDFILENAME does not exist on the device, or if the file
name 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 does not 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>