Specific settings files (INI files)


Easy Code accepts the "/C" (or "/c") switch in its command line for using configuration files other than the default one (EasyCode.ini). The "/C" switch must be followed by a file with no extension. Below is the syntax for /C:

/C<FileName>
or:
/C <FileName>     (note a blank between /C and <FileName>)

Where <FileName> is any valid file name with no extension. Easy Code always adds the "ini" extension to <FileName>, so no extension should be specified.

The following example will run Easy Code using the ECWIN7-64.ini file settings:
/C ECWIN7-64


REMARKS: If the file specified by the /C switch does not exist, it will be created with default values.