@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