APPENDIX─FILE MANIPULATION WHEN 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
s = source device of stored object
( s = D (for USB memory stick;) or F ( for internal Flash memory) )
d = destination device of stored object
o = object 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 form
= G, graphic
= S, serial file
= T, text
= B, Unicode Table
Copy file from USB memory stick to Flash memory, or vise-versa
~MCPY,F:*.F,D:*.F
~MCPY,D:*.G,F:
s = source device of stored object (“D” for USB memory stick; “F” for internal
Flash memory
d = destination device of stored object
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 form
= G, graphic
= S, serial file
= T, text
= B, Unicode Table
~MMOV,F:*.F,D:*.F
~MMOV,D:*.G,F: