Setting the environment settings file storage directory

Set the environment settings file storage directory, in which the environment settings files used by HULFT are stored, as the environment variable of the shell. The environment variable name is 'HULPATH.'

[Example] When the environment settings file storage directory is /usr/local/hulft/etc

[Method of setting the environment settings file storage directory in an sh environment]

$ HULPATH=/usr/local/hulft/etc 
$ export HULPATH

[Method of setting the environment settings file storage directory in a csh environment]

% setenv HULPATH /usr/local/hulft/etc