summaryrefslogtreecommitdiff
path: root/support/ps_view/gj4p.bat
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/ps_view/gj4p.bat
Initial commit
Diffstat (limited to 'support/ps_view/gj4p.bat')
-rw-r--r--support/ps_view/gj4p.bat9
1 files changed, 9 insertions, 0 deletions
diff --git a/support/ps_view/gj4p.bat b/support/ps_view/gj4p.bat
new file mode 100644
index 0000000000..f6f7659293
--- /dev/null
+++ b/support/ps_view/gj4p.bat
@@ -0,0 +1,9 @@
+@echo off
+if "%1"=="" goto USAGE
+gs386 @t:/ps_view/gj.par -sDEVICE=ljet4 -sOutputFile=%2 %1 quit.ps
+goto DONE
+:USAGE
+echo Ghostscript batch for LJIVP/600dpi
+echo %1 -- input file
+echo %2 -- output file
+:DONE