FET Forum

FET Support (English) => Get Help => Topic started by: Bobby Wise on July 27, 2010, 10:16:51 AM

Title: Output directory
Post by: Bobby Wise on July 27, 2010, 10:16:51 AM
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
Title: Re: Output directory
Post by: Liviu Lalescu on July 27, 2010, 10:40:16 AM
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.
Title: Re: Output directory
Post by: Bobby Wise on July 27, 2010, 12:25:19 PM
Thanks Liviu