Skip to main content

Search

Search

Cannot Send File Contents Directly To Printer

Comments

2 comments

  • Avatar
    Permanently deleted user

    If you have a Seagull driver installed and attached to the printer, those drivers include a command line utility called "SSDAL.EXE" which offers commands that do what you need.  You should find this in C:\WINDOWS (normally already in your path).

     

    The following should send a file called "example.zpl" containing raw ZPL to the printer:

     

    ssdal /p "Zebra Z4000 (203 dpi)" send example.zpl
    

     

    Obviously you'll need to change the printer name to whatever your printer is.  It should work with "\\server\printername" as well.

    0
  • Avatar
    Legacy Poster

    Thank you!  This is exactly what I was looking for.

    0

Please sign in to leave a comment.