Score:0

how to add run date on a .bat file without adding it in Task Scheduler

ua flag

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"

in flag
Schedule without using task scheduler? Well, you can install an alternative to a task scheduler. But why?
John Christopher Asajar avatar
ua flag
Just to make it silent run without accessing the task scheduler. Is it possible in a script?
in flag
[Of course.](https://serverfault.com/questions/3780/useful-command-line-commands-on-windows/11548#11548) Or you could just run it without the task scheduler when you need it.
John Christopher Asajar avatar
ua flag
Actually, this will be run on another device so that's why I need to run it on a schedule
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.