1@echo off 2@rem $Id: ps2ascii.bat,v 1.1 2000/03/09 08:40:40 lpd Exp $ 3if '%1'=='' goto a0 4if '%2'=='' goto a1 5gs -q -dNODISPLAY -dNOBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit >%2 6goto x 7:a0 8gs -q -dNODISPLAY -dNOBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps - -c quit 9goto x 10:a1 11gs -q -dNODISPLAY -dNOBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit 12goto x 13:x 14