Backup Files
Type: Name of a directory
Default: Backup
This option specifies the directory in which AIMMS writes backup files of the project.
The specified folder name is relative to the project folder (i.e. the folder in which the .prj file is located). In end-user situations this folder may not be writable, so then you must specify some other folder location.
To help you in specifying a valid writable location for this folder, you can use names of environment variables in this specification.
For example:
%APPDATA%\MyProject\MyBackupFiles
The system will expand the string %APPDATA% with the current value of the environment variable APPDATA.
To see a list of environment variables and their current values, get a command prompt (Run: Cmd) and type the command: SET
Some interesting variables in this list are: APPDATA, USERPROFILE, USERNAME. These usually exist in any windows installation and are dependent on the currently logged on user.