How do I set the NightWatchman shutdown days?
The shutdowndays command-line switch sets the days of operation where the scheduler will fire. The days are specified as integers, where 0 = Sun, 1 = Mon, 2 = Tue etc. The days may be set individually separated by commas or as a range separated by a dash. Change the directory to the NightWatchman installation and run the following command: nightwatchman.exe -shutdowndays=2,3,5 This command sets the scheduler to run on Tuesday, Wednesday and Friday only. The following command sets the scheduler to run all days between Monday and Friday. nightwatchman.exe -shutdowndays=1-5 The default is for the scheduler to run all days.
The shutdowndays command-line switch sets the days of operation where the scheduler will fire. The days are specified as integers, where 0 = Sun, 1 = Mon, 2 = Tue etc. The days may be set individually separated by commas or as a range separated by a dash. Change the directory to the NightWatchman installation and run the following command:nightwatchman.exe -shutdowndays=2,3,5 This command sets the scheduler to run on Tuesday, Wednesday and Friday only. The following command sets the scheduler to run all days between Monday and Friday. nightwatchman.exe -shutdowndays=1-5 The default is for the scheduler to run all days.