summaryrefslogtreecommitdiff
path: root/support/ps_view/gj4p.bat
diff options
context:
space:
mode:
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