Command Line Operation - Edit Configuration File Manually

For the most part there isn't anything you can't do with the configuration file from the Command Line Wizard. If you are one of those people that like to do things the hard way, you can edit the configuration files manually.

The configuration files can be edited using any text editor like Notepad. By default the configuration files use a .clo extension but you can change this if it suits your needs better.

Format

The configuration files use the same type of format that is used in "ini" files. There are 4 main sections that you can enter the required settings into.

Example

This an example of a configuration file that is used to export a report into MS Word and email the file.

[MODE]
MODE=E

[FILES]
REPORT=C:\Example Reports\BlankReport.rpt
EXPORTFORMAT=MS Word
EXPORTFILE=C:\BlankReport
OVERWRITE=1

[PRINTING]
PRINT=1
COPIES=1

[LOGIN]
USERNAME=MyName
USERPASS=mypassword

[MAIL]
TYPE=SMTP
SEND=1
TO=user@mail.com; user2@mail.com
CC=user@mail.com; user2@mail.com
BCC=user@mail.com; user2@mail.com
SUBJECT=Test Subject
MESSAGE=Hello All,<br><br>This is a test email.<br><br>Regards,<br>Bob

[PARAM]
1=Param1
2=Param2

<< Previous - Index >>