Helmut Kudrnovsky

Results 90 comments of Helmut Kudrnovsky

see also #3091 _winGRASS and R integration/coupling_

in winGRASS 'everything' is in `bin`; it means the bat-wrappers for scripts are living there beside the exes: ``` C:\OSGeo4W\apps\grass\grass83\bin>dir /b #Rscript2.bat ANNOUNCE batchfiles.md batchfiles.tex clip2r.js copydir.bat COPYING d.background.bat d.barscale.exe...

We should also ping @landam , as he manages the build server for winGRASS addons.

@landam any chance to look at it? In the long run, would some github action an alternative for building addons?

Mixing may not be good, especially when scripting comes into play.

>Windows file paths should use backward and not forward slashes. since ages, MS Windows itself supports both, backward and forward slashes: ``` C:\>cd d://wd C:\>d: d:\wd>cd .. d:\>c: C:\>cd d:\\wd...

> Apparently, not on my machine. > > ``` > C:\Users\Girish>dir c:\mydata\grassscripts\script1.txt > Volume in drive C is OS > Volume Serial Number is C84E-E522 > > Directory of c:\mydata\grassscripts...

> > `strcat(element, "/");` should be > > `strcat(element, HOST_DIRSEP );` > > Would it harm to change this, @hellik (others) ? Should work, and save.

tested here with ``` System Info GRASS version: 8.3.2 Code revision: exported Build date: 2024-05-20 Build platform: x86_64-w64-mingw32 GDAL: 3.9.0 PROJ: 9.4.0 GEOS: 3.12.1 SQLite: 3.45.1 Python: 3.12.4 wxPython: 4.2.1...