Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Scilab > startup

startup

startup files

Description

The startup files SCIHOME/.scilab or SCIHOME/scilab.ini are automatically executed (if present) when Scilab is invoked, in addition with the file SCI/etc/scilab.start.

Remarks

Last line of startup file must be terminated by a newline to be taken into account.

Examples

ls(SCIHOME)
if ls(SCIHOME+"/scilab.ini") == [] & ls(SCIHOME+"/.scilab") == []
   disp("No startup file defined");
end

See Also

  • scilab — Main script to start Scilab and miscellaneous tools (GNU/Linux, Unix and Mac OS X)
  • SCIHOME — contains the path to preferences, history files of your Scilab session.
  • SCI — variable containing the value of the root path of Scilab.
  • TMPDIR — temporary directory path.
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:30 CEST 2016