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"