Questions tagged [schedule]
12 questions
0
votes
0 answers
how to add run date on a .bat file without adding it in Task Scheduler
I created a .bat file to delete some files inside the installer folder.
My question is how can I make it schedule without using task scheduler.
is there any other way or script for this?
example code:
forfiles /p "path" /m .config /c "cmd /c del…