I hope this is the right forum to ask this.

I need to write 2 simple batch files to run in Windows that will copy files from my laptop to my desktop and vice-versa on my home "network", running the batch file from my laptop. The laptop drive is C and the desktop drive is H in the laptop file tree (it is the C drive on my desktop). So each would be something like this, I think:

Copy C:\Folder 1\*.* H:\Folder 1

Copy H:\Folder 1\*.* C:\Folder 1

I would save them as seperate files with the .bat extension.

I need the batch file to automatically overwrite any files. I also want to copy more than one folder to another folder, as Folder 2 to Folder 2, and 3 to 3, ect, w/just one batch file. I don't know how to do either of these things. Any help is appreciated.

Harold