xref: /plan9-contrib/sys/src/cmd/gs/lib/ps2ascii.bat (revision 6a9fc400c33447ef5e1cda7185cb4de2c8e8010e)
1@echo off
2@rem $Id: ps2ascii.bat,v 1.3 2000/05/20 20:53:05 lpd Exp $
3
4call gssetgs.bat
5if '%1'=='' goto a0
6if '%2'=='' goto a1
7%GSC% -q -dNODISPLAY -dSAFER -dNOBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit >%2
8goto x
9:a0
10%GSC% -q -dNODISPLAY -dSAFER -dNOBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps - -c quit
11goto x
12:a1
13%GSC% -q -dNODISPLAY -dSAFER -dNOBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit
14goto x
15:x
16