You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678 |
- @echo off
- @rem $Id: gssetgs.bat 6300 2005-12-28 19:56:24Z giles $
-
- rem Set default values for GS (gs with graphics window) and GSC
- rem (console mode gs) if the user hasn't set them.
-
- if %GS%/==/ set GS=gswin32
- if %GSC%/==/ set GSC=gswin32c
|