0

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 @path"

4
  • 2
    Schedule without using task scheduler? Well, you can install an alternative to a task scheduler. But why? Commented Jul 26, 2021 at 6:14
  • Just to make it silent run without accessing the task scheduler. Is it possible in a script? Commented Jul 26, 2021 at 6:24
  • Of course. Or you could just run it without the task scheduler when you need it. Commented Jul 26, 2021 at 6:42
  • Actually, this will be run on another device so that's why I need to run it on a schedule Commented Jul 26, 2021 at 6:49

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.