CYANA Macro: initsafe: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
m (1 revision)
 
Line 6: Line 6:
== Description ==
== Description ==


Startup macro for "safe" mode. This macro is executed before any other
Contains commands that are executed automatically at the start-up time of CYANA, e.g. the setting of important variables and the definition of some aliases. After the general '''init''' macro, a user-defined '''init''' macro in the current directory is executed, if available.
initialization macros when the program is started with the '''-S''' option.
In safe mode, the program can access only standard macros and residue
libraries, and files in the current working directory and its
subdirectories. Access to other directories and the execution of shell
commands with the '''system''' command are forbidden.

Revision as of 10:59, 7 August 2009

Parameters

(none)

Description

Contains commands that are executed automatically at the start-up time of CYANA, e.g. the setting of important variables and the definition of some aliases. After the general init macro, a user-defined init macro in the current directory is executed, if available.