Project

General

Profile

how to write a bat file about redmine email reminder

Added by shuang guo almost 6 years ago

I want redmine can send mail reminder everyday
Because my environment is windows server ,so I cannot use shell
I must write a bat to make it work
my file is below,the last line seems not working
...........................................................................
echo lam off
E:
cd "E:\Redmine\apps\redmine\htdocs"
START "Bitnami Redmine Stack Environment" cmd
rake redmine:send_reminders day=3 RAILS_ENV=production
...........................................................................
I hope anyone can help me