ENVIRONMENT SETTING

1. The ACU Directory needs to be in the path.

2. For DOS users put the ETC directory in the path statement.

3. The file assignments for the various workstations must be set.

The following demonstrates how to set up the DOS environment for the host workstation that is not a point of sale. These settings go in the autoexec.bat file for that user.

SET USER_NUM=0

SET REG_NUM=0

The following demonstrates how to set up the DOS environment for a workstation that is a point of sale. These settings go in the autoexec.bat file for that user.

SET USER_NUM=1

SET REG_NUM=1

The following demonstrates how to set up the DOS environment for a workstation that is a second point of sale. These settings go in the autoexec.bat file for that user.

SET USER_NUM=2

SET REG_NUM=2

Please note: Cash register workstations should begin with user #1 and be numbered consecutively.

Since UNIX users do not have an autoexec.bat, they will need to use the export function of UNIX to set their local environment.