casanova
The Frozen Nova
Can someone help me in creating a bat file.
Intended task
1. On my desktop there are many text files for which I need to make a backup
2. In D drive it should create a folder Back if it does not exist
3. I plan to run this file everyday, so it should create a subdirectory in the Directory back that is for the current day
4. Copy the text files to the subdirectory according to todays date
D:\Backup\Yesterday
D:\Backup\Today
D:\Backup\Tomorrow
Needless to say, yesterday, today and tomorrow would be the respective dates
Intended task
1. On my desktop there are many text files for which I need to make a backup
2. In D drive it should create a folder Back if it does not exist
3. I plan to run this file everyday, so it should create a subdirectory in the Directory back that is for the current day
4. Copy the text files to the subdirectory according to todays date
D:\Backup\Yesterday
D:\Backup\Today
D:\Backup\Tomorrow
Needless to say, yesterday, today and tomorrow would be the respective dates