File handling using usb stick – Compuprint 6214 User Manual
Page 61
User Manual 6214
MAN10xxx-01 56
File handling using USB stick
File Manipulation
The files in both devices (USB memory stick and printer internal Flash memory) are able to copy and move
by the commands ‘’~MCPY’’ and ‘’MMOV’’ that sends from GoLabel on a PC via either connection - USB or
Ethernet ports.
Copy
Syntax
~MCPY,s:o.x,d:o.x
Description Copy file from USB memory stick to Flash memory, or vise-versa
Parameter
s = source device of stored object;
“D” for USB memory stick; “F” for internal Flash memory
d = destination device of stored object
“D” for USB memory stick; “F” for internal Flash memory
o = object name (file name); the name “o” is substituted for “*”
x = extension (file type), the type “x” is substituted by ”*”, or following
either one: D= database, A= Asia font, C= TTF font, E= Bit-Mapped
font, F= label format, G= graphic, S= serial file, T= text, B= Unicode
Table.
Example
~MCPY,F:*.F,D:*.F
(Copy entire “Label Format” files from Flash memory to USB memory
stick)
~MCPY,D:*.G,F:*.G
(Copy entire “Graphic” files from USB memory stick to Flash Memory)
~MCPY,D:*.*,F:*.*
(Copy all object files from USB memory stick to Flash Memory)
Move
Syntax
~MMOV,s:o.x,d:o.x
Description Move files from USB memory stick to Flash memory or vise-versa
Parameter
s = source device of stored object;
“D” for USB memory stick; “F” for internal Flash memory
d = destination device of stored object
“D” for USB memory stick; “F” for internal Flash memory
o = object name (file name); the name “o” is substituted for “*”
x = extension (file type), the type “x” is substituted by ”*”, or following
either one: D= database, A= Asia font, C= TTF font, E= Bit-Mapped
font, F= label format, G= graphic, S= serial file, T= text, B= Unicode
Table.
Example
~MMOV,F:*.F,D:*.F
(Move entire “Label Format” files from Flash memory to USB memory
stick)
~MMOV,D:*.G,F:*.G
(Move entire “Graphic” files from USB memory stick to Flash Memory)
~MMOV,D:*.*,F:*.*
(Move all object files from USB memory stick to Flash Memory)