What I'm trying to achieve is creating some sort of automated compilation of multiple KAREL source files with ktrans.exe. It works fine until I start compiling files where for example I wish to read system variables through $VARIABLE_NAME instead of using the GET_VAR routine. The compiler needs to know some information about the robot (and indeed, for successfull compilations it already warned that robot.ini could not be found).
So my question is how to get this robot.ini file for a specific robot? I can run setrobot.exe and select the required cell from the neighbourhood and it doesn't throw any errors, however it doesn't output a robot.ini file as I had hoped for (or at least, not at the root or any places that made sense to me). Am I looking in the wrong places? Any pointers/background/solutions would be appreciated.