I'm pretty new to working with Octave (v 6.1.0) and could not figure out what's the problem with executing a .m-file via command window yet.
Octave is installed locally on my computer.
My working directory is in subdirectory on a server. The hierarchy of that server is like:
Server:/access/access/no_access/no_access/access/my_working_directory
With octave I can open and edit the scripts in my_working_directory.
Using the pwd command in the octave command window also returns: Server:/access/access/no_access/no_access/access/my_working_directory
When i want to execute the .m script I receive an error like: error: no such file 'server:\access\access\file2execute.m
It seems like a path for the ocatve command tool is not set correctly, therefore it's searching in the wrong folder for the script.