xref: /plan9/sys/src/cmd/gs/lib/gssetgs.bat (revision 593dc095aefb2a85c828727bbfa9da139a49bdf4)
1@echo off
2@rem $Id: gssetgs.bat,v 1.5 2002/02/21 21:49:28 giles Exp $
3
4rem Set default values for GS (gs with graphics window) and GSC
5rem (console mode gs) if the user hasn't set them.
6
7if %GS%/==/ set GS=gswin32
8if %GSC%/==/ set GSC=gswin32c
9