This function in the GainSeeker Utility module lets you automatically export all control files. The process is automated by using command line parameters. Once set up, the automated export be called from a shortcut or a scheduled task.
There are two mandatory parameters. They are Export and Type.
Replace words and characters shown in italics with the name of the item you want to open, and enclose the name with quotation marks as shown below.
Insert a blank space between parameters in the command line.
These parameters can be used in conjunction with Login and Startup parameters.
The export utility will automatically close when the export is complete.
Control
Export="filename" GainSeeker exports the data to the path and filename you specify (for example: Export="Q:\backup\control.zip"). Export always uses ZIP format. It must be a valid filename and the specified path must exist. The Windows user must have rights to create a file in the specified folder. The filename should be in quotation marks. The current date will be appended to the file name, so the above example would create a file named Q:\backup\control_20260101.zip on January 1, 2026.
The following parameters will export all control files
export="Q:\backup\control.zip" type="control"
See also Automatically export and optionally delete data
See also Table of all parameters