@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