summaryrefslogtreecommitdiff
path: root/gs/lib/ps2ascii.bat
blob: d784639abd5a1fca7f8b7cb4a2faf7eab8904856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@echo off

call "%~dp0gssetgs.bat"
if '%1'=='' goto a0
if '%2'=='' goto a1
%GSC% -q -dNODISPLAY -P- -dSAFER -dDELAYBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit >%2
goto x
:a0
%GSC% -q -dNODISPLAY -P- -dSAFER -dDELAYBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps - -c quit
goto x
:a1
%GSC% -q -dNODISPLAY -P- -dSAFER -dDELAYBIND -dWRITESYSTEMDICT -dSIMPLE ps2ascii.ps %1 -c quit
goto x
:x