sjvdm
2 Beiträge
schrieb am 08.03.19 um 07:22 Uhr
Link zu diesem Post
Hi,

Awesome program!

This is running on a PC that reboots via power cycles a lot or does auto restarts. The pc is unmanned. Is it possible to add an option to automatically load saved config on reboot instead of a popup window?
 
kelsay
1 Beitrag
schrieb am 10.03.19 um 17:59 Uhr
Link zu diesem Post
Hi!

I ran into the same problem.
I have set my pc to reboot twice (sunday/wednesday) at 01:00am.
So, what I did was write a CLOSESTREAMWRITER.BAT file with the following lines.

cd c:\Users\MyUserName\Desktop\streamwriter
taskkill /IM streamwriter.exe


The Streamwriter app is located in \Desktop\streamwriter.

And I have added another TASK to run CLOSESTREAMWRITER.BAT at 00:50am.

Regards