summaryrefslogtreecommitdiff
path: root/support/ps_view/gj.bat
blob: 445ee7be7a7f2919c93d12145a3006b7ea17df70 (plain)
1
2
3
4
5
6
7
8
9
10
@echo off
if "%1"=="" goto USAGE
gs386 @t:/ps_view/gj.par -sDEVICE=ljet3 -sOutputFile=%2 hp3p_510.ps %1 quit.ps
goto DONE
:USAGE
echo Ghostscript batch for LJIIIP/300dpi
echo to use with Ghostscript revision 5.10
echo   %1 -- input file
echo   %2 -- output file
:DONE