Answer the question
In order to leave comments, you need to log in
How to loop the execution of a command in bat if the process disappears?
Good day!
does not process a script that should be run once a month on every 2nd day:
@echo off
chcp 866 >nul
set time=2592000
:loop
cd C:\Users\usr\Desktop\win_radius_analyzer && python analyze_influx.py %time% >nul
Goto :loop
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question