the problem is as follows:
I run the general script located at ~/utils (through exec ~/utils/optim.sce) which should run then specific script from the current directory (in fact I run general optimization GUI which calls later the specific goal function).
In scicoslab this runs smoothly while nsp while calling the script from other directory tries to call next script from the same directory (~/utils in my case). The consequence is that I cannot use this useful structure with a general script in some fixed location and all specific functions in my project working directory. Certainly, I can make workaround that somehow (e.g. reading the current directory and then calling scripts respectively), but I wonder whether this behavior was designed to be like that or it is an unforeseen effect? In my opinion, the old way (scicoslab) has much more sense...
Greetings
Mariusz