Issue / Question
How to use setvar commands in a mobile printer bootup files
Issue Details
run.bat, config.sys, autoexec.bat, bootup, setvar, CPCL
Applicable To
Developers, technical support, CPCL, SGD
Resolution / Answer
The example provided below illustrates how one is able to include setvar commands in a mobile printer bootup file.
! DF RUN.BAT ! UTILITIES setvar "media.printmode" "tear off" setvar "media.tof" "20" setvar "zpl.print_orientation" "inv" PRINT
Using Run.bat, config.sys, autoexec.bat files on a mobile printer Read More>>