Silence Detector - Possibility of different ini at start

Back to Old Forum Mainpage


Matt, 1.11.2010, 00:40
Possibility of different .ini at start?

First off, awesome program. Thank you very much.

Secondly, any chance of getting the ability to specify the .ini from the command line at start? I'd like to have, say, different things happen at night during silence than during the day. Easiest way I can think of is let us specify the ini file on the command line at launch. Then, I can use windows scheduler to kill the process and reload the monitor with a different ini file with different settings depending on time of day...

Any thoughts? .. and thanks again.
Jan, 1.11.2010, 08:25
Re: Possibility of different .ini at start?

config1.bat:
copy /y piraside_cfg1.ini piraside.ini
start piraside.exe

config2.bat:
copy /y piraside_cfg2.ini piraside.ini
start piraside.exe

etc.

Back to Old Forum Mainpage