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.
 
 
 
 
 
 

14 lines
380 B

@echo off
rem Set default values for GS (gs with graphics window) and GSC
rem (console mode gs) if the user hasn't set them.
if NOT %GS%/==/ goto :gsset
if EXIST %~dp0..\bin\gswin64.exe set GS=%~dp0..\bin\gswin64
if %GS/==/ set GS=gswin64
:gsset
if NOT %GSC%/==/ goto :gscset
if EXIST %~dp0..\bin\gswin64c.exe set GSC=%~dp0..\bin\gswin64c
if %GSC%/==/ set GSC=gswin64c
:gscset