Ghostscript doesn't interpret supplied printer
问题 I'm having trouble executing the following command silently in GhostScript: -q -dBATCH -dNOPAUSE -dNODISPLAY -c "mark /NoCancel true /OutputFile (\\spool\ServerName\PrinterName) /UserSettings << /DocumentName (test)>> (mswinpr2) finddevice putdeviceprops setdevice" -f "c:\test.pdf" "c:\test2.pdf" The command doesn't execute silently, it keeps prompting me to select a printer, so I suspect the OutputFile property may be an issue here. Before, I had another command that worked perfectly (see