@echo off
if "%1"=="" goto USAGE
gs386 @t:/ps_view/gjc.par -sOutputFile=%2 gamma.ps %1 quit.ps
goto DONE
:USAGE
echo Ghostscript batch for CDJ550/300DPI
echo   %1 -- input file
echo   %2 -- output file
:DONE