Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Information and Control
See also: _ exec func

Function: execfile
Description: execfile executes all commands contained in the specified file. Files are only seeked in the current directory. If necessary the suffix '.xpl' is appended. If both versions, i.e. with and without suffix, are available the file with suffix will be processed.

Usage: execfile (name)
Input:
name string containing the file name

Note:

Example:
execfile("startup")

Result:
returns the startup commands, if the startup file is in the current directory.



(C) MD*TECH Method and Data Technologies, 05.02.2006