writing batch scripts in WinXP

i want to write a couple of scripts to do backups in small network:
- 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
[528 byte] By [PDad] at [2007-11-18 16:14:46]
# 1 Re: writing batch scripts in WinXP
Use WSH

http://visualbasic.about.com/library/blvbscriptintro.htm

-Satish
Satishpp at 2007-11-9 12:15:14 >