xref: /plan9/sys/src/cmd/gs/lib/ps2ascii.bat (revision 593dc095aefb2a85c828727bbfa9da139a49bdf4)
1@echo off
2@rem $Id: ps2ascii.bat,v 1.6 2002/02/21 21:49:28 giles Exp $
3
4call gssetgs.bat
5if '%1'=='' goto a0
6if '%2'=='' goto a1
7%GSC% -q -dNODISPLAY -dSAFER -dDELAYBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit >%2
8goto x
9:a0
10%GSC% -q -dNODISPLAY -dSAFER -dDELAYBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps - -c quit
11goto x
12:a1
13%GSC% -q -dNODISPLAY -dSAFER -dDELAYBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit
14goto x
15:x
16