xref: /plan9/sys/src/cmd/gs/lib/ps2ascii.bat (revision a84536681645e23c630ce4ef2e5c3b284d4c590b)
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