Page 1 of 1

Restarting stopwatch from command line

Unread postPosted: Mon Nov 09, 2020 5:58 pm
by pbowers
I want to use XNSW as I teach to make sure I know how much time I have already used in my class. I have it set up with Windows Scheduler to use the "start" option at the appropriate times of each of my classes.

However, I need the /c=foo.ini option to be sure that my various time formatting and hotkeys are available. Apparently when this option is used it stores the LastTime=xx:xx so each time it starts from wherever it last left off.

I need it to start from 0:00 each time (as, I would think, is the standard behavior for a stopwatch).

Re: Restarting stopwatch from command line

Unread postPosted: Mon Nov 09, 2020 6:31 pm
by pbowers
I kinda got it working just by making the config file readonly so XNSW couldn't change anything, but that seems like a kludgy workaround...