summaryrefslogtreecommitdiff
path: root/support/ps_view/gj4p.bat
blob: f6f7659293b0357f1391ba3b3c1d42f273ee3971 (plain)
1
2
3
4
5
6
7
8
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