CYANA Macro: initsafe: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
m (1 revision)
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== Parameters ==
== Parameters ==


Line 6: Line 5:
== Description ==
== Description ==


Startup macro for "safe" mode. This macro is executed before any other
Startup macro for "safe" mode. This macro is executed before any other 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.
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.

Latest revision as of 17:59, 12 January 2010

Parameters

(none)

Description

Startup macro for "safe" mode. This macro is executed before any other 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.