Ok, so I need to create a batch file (echo commands not required) that will complete the following tasks:-
1) Copy all MS Word docs from My Documents on C: to a backup folder called Word on D:
2) Copy all MS Excel docs from My Documents on C: to a backup folder called Excel on D:
3) Copy all MS Access files from My Documents on C: to a backup folder called Access on D:
4) Display a message that the backup process was successful.
This batch file also has to allow for long file names and the names of the files copied onto D: must have the same name as the original file names.
I don't know a great deal about creating batch files at all so any help would be greatly appreciated.
