Main Menu

Output directory

Started by Bobby Wise, July 27, 2010, 10:16:51 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bobby Wise

Where does FET store the setting for the output directory?

I would like to change mine to c:\fet\results but have to change it on every instalation. Is there someway that I can set it so that it stays the same for every school?

Thanks & cheers

Liviu Lalescu

Under Windows, this is stored in the registry.

Run FET, then search the registry (with regedit.exe) for the value "fet". There is a section fet, with subsection fettimetabling.

I think you could make a script to modify the registry, even before running FET. You need to write the "output-directory" string, but you also need to make sure you write the string "version" with a corresponding value (you may write any value in the form "v.v.v"), because otherwise FET thinks the registry does not contain FET and creates new keys, even for output-directory.

Bobby Wise