Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] start menu vs udig.bat opionon?

I have been working on https://jira.codehaus.org/browse/UDIG-1663

Here is what I have come up with:

set GDAL_DATA=%cd%\gdal_data\
set GDAL_DRIVER_PATH=%cd%\jre\bin\

START /B udig_internal -data %USERPROFILE%\uDig %*


(I did consider APPDATA but I did not like the idea of placing files in a directory users cannot "see")

Back to the top