view octaverc @ 7150:cafa182c2afb release

README.html: Prepare file ahead of 9.2 release. * installer-files/README.html: Prepare file ahead of 9.2 release.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 31 Mar 2024 12:09:43 +0200
parents 47ac621e632f
children
line wrap: on
line source


## Begin MXE Octave additions to system-wide startup file for Octave.
##
## This file should contain any commands that should be executed each
## time Octave starts for every user at this site.

EXEC_PATH (cstrcat (fullfile (OCTAVE_HOME, 'notepad++'), pathsep, EXEC_PATH));
EXEC_PATH (cstrcat (fullfile (OCTAVE_HOME, 'bin'), pathsep, EXEC_PATH));
EDITOR (fullfile (OCTAVE_HOME, 'notepad++', 'notepad++.exe'));

## End MXE Octave additions to system-wide startup file for Octave.