16 lines
302 B
TOML
16 lines
302 B
TOML
command = "calc.exe"
|
||
target = "CalculatorApp.exe"
|
||
workdir = "."
|
||
delay = 2
|
||
|
||
weekdays = "Пн,Вт,Ср,Чт,Пт"
|
||
exclude_dates = [] # ["01.01.2025"]
|
||
include_dates = []
|
||
|
||
#start = { hour = 11, minute = 50 }
|
||
start = "11:50"
|
||
#end = { hour = 12, minute = 55 }
|
||
end = "12:55"
|
||
#exit_now = true
|
||
|