Hi,I have been thinking which template strings should be defined. I can think of the following
EngineCommand EngineDir EngineName (not yet available as command line argument) debug (true/false) engine# (1 for fcp, 2 for scp, possibly more). Then my template for invoking PG would bepolyglot -noini -ec <EngineCommand> -ed <EngineDir> -en <EngineName> -log <debug> -lf polyglot_<engine#>.log
Does that sound reasonable?
