I want to make a Batch file that will backup my server database automatic and put the backup of the database in the backup folder every 48 hours then when it creates I want it to delete the old database. Anyway to do that?
Yes but there is one difference, a database isn't a file. What you are asking is impossible. Maybe it can be done with a cronjob in PHP, but not sure about that.