
==============================================================
 Print labels using the command line
==============================================================

  -f 	: the file you want to print
     	  EX : GoLabel -f "C:\Test\123.ezpx"

  -c 	: number of copies per label
     	  EX : GoLabel -f "C:\Test\123.ezpx" -c 3

  -p 	: number of pages per label
     	  EX : GoLabel -f "C:\Test\123.ezpx" -p 3

  -dark	: darkness (0~19)
     	  EX : GoLabel -f "C:\Test\123.ezpx" -dark 10

  -speed: speed (ips)
     	  EX : GoLabel -f "C:\Test\123.ezpx" -speed 3

  -cut 	: labels per cut
     	  EX : GoLabel -f "C:\Test\123.ezpx" -cut 2

  -stop	: stop position (tear-off position)t
     	  EX : GoLabel -f "C:\Test\123.ezpx" -stop 12

  -pmode: 0 : Thermal Transfer, 1 : Direct Thermal 
     	  EX : GoLabel -f "C:\Test\123.ezpx" -pmode 0

  -option : N : None, S : Stripper On, A : Applicator On
     	  EX : GoLabel -f "C:\Test\123.ezpx" -option A

  -Vxx 	: the default value of the variable
     	  EX : GoLabel -f "C:\Test\123.ezpx" -V00 ABC
     	  EX : GoLabel -f "C:\Test\123.ezpx" -V00 ABC -V01 DEF

  -Sx 	: the default value of the serial number
     	  EX : GoLabel -f "C:\Test\123.ezpx" -S0 100
     	  EX : GoLabel -f "C:\Test\123.ezpx" -S0 100 -S1 200

  -r 	: the range of the database
     	  EX : GoLabel -f "C:\Test\123.ezpx" -r 1,3
     	  EX : GoLabel -f "C:\Test\123.ezpx" -r 4-8

  -db 	: Database (txt, csv, xls, xlsx only)
     	  EX : GoLabel -db "C:\Test\123.txt"
     	  EX : GoLabel -db "C:\Test\123.xls"

  -sql 	: SQL syntax
     	  EX : GoLabel -f "C:\Test\123.ezpx"
     	       -sql "select * from table1 where price > 1000;"

  -i 	: interface
     	  EX : GoLabel -f "C:\Test\123.ezpx" -i USB
     	  EX : GoLabel -f "C:\Test\123.ezpx" -i COM1
     	  EX : GoLabel -f "C:\Test\123.ezpx" -i LPT1
     	  EX : GoLabel -f "C:\Test\123.ezpx" -i "Godex RT200i"
     	  EX : GoLabel -f "C:\Test\123.ezpx" -i 192.168.102.123
     	  EX : GoLabel -f "C:\Test\123.ezpx" -i 192.168.102.123:9100

  -config : config file
     	  EX : GoLabel -config "C:\Test\config.txt"
     	  EX : GoLabel -f "C:\Test\123.ezpx" -config "C:\Test\config.txt"




