
 Thiago Abrantes - 2016-06-02 22:24:53 - 
In reply to message 1 from Jay LeeHi Jay,
I did a little mistake in my last commit... I forgot to uncomment a command in the method print2zebra().
At the file classZebra.php replace the method print2zebra() to this above.
public function print2zebra(){
        $this->generatePrn();
        $host = str_replace("\\","\\\\",$this->host);
        #$host = $this->host;
        echo $host;
        shell_exec("copy ".$this->prnFile." /B ".$host."");
        unlink($this->prnFile);
    }
If this doesn not work.... Check if your Zebra Printer is shared and try again.
Best Regards..
Thiago Abrantes