Created
July 30, 2009 00:20
-
-
Save seven1m/158470 to your computer and use it in GitHub Desktop.
Print a postscript file to a Dymo LabelWriter using Ghostscript on Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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