How to get started with epl visual basic zebra printing
问题 i can't really find anything on how to print through EPL with Visual Basic. Can anyone help me write some simple text to the printer. I found the Zebra EPL manual so I thing i can go from there, i just dont get it started. Thanks 回答1: The way I do it is using the FSO to do a filecopy from of the label text file to the UNC path of the printer. (i.e. FSO.copyfile filepath, UNCpath). Create a string with the EPL raw file (text) in it. Save it to a temp file then do the copyfile I mentioned above