writing batch scripts in WinXP
- copy production data from prod machine to backup machine daily
- first want to be able to create a dir on backup machine to copy the data to
- delete dirs based on their dir name(date)
- email to a address with an attachment
- also want to copy to cd-rw monthly for offsite store
i've done similar to this in UNIX env using KornShell script.
What should i use in winXP environment, MSDOS?
Thanks in advance

