Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save seven1m/158470 to your computer and use it in GitHub Desktop.
Save seven1m/158470 to your computer and use it in GitHub Desktop.
Print a postscript file to a Dymo LabelWriter using Ghostscript on Windows
rem This took me way too long to figure out - hope it helps someone.
rem ghostscript required
c:\path\to\gs\bin\gswin32c.exe -sDEVICE=mswinpr2 -dNoCancel -dNOPAUSE -dSAFER -sOutputFile="%printer%DYMO LabelWriter 450 Turbo" -q "\path\to\file.ps" -c quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment