move, copy, rename folders, little help for newbie please

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
svenjatzu
Posts: 2
Joined: 11 Dec 2017 17:52

move, copy, rename folders, little help for newbie please

#1 Post by svenjatzu » 11 Dec 2017 18:16

Hi coder,

im new in batch and like to start some little exercisesscripts for my first steps in batching.
i got a little server at home where id like to move folders and backups to another place.

id like to start with:
- copy a folder from a to b
- move a folder from a to b
- move a folder from a to b and rename it

someine in here is so cind to show me some scripts whith which i can play a bit aroud?

aGerman
Expert
Posts: 4678
Joined: 22 Jan 2010 18:01
Location: Germany

Re: move, copy, rename folders, little help for newbie please

#2 Post by aGerman » 11 Dec 2017 18:38

I assume you want to read the references of COPY, MOVE and ROBOCOPY in the Command Index.
ROBOCOPY has most likely the capability to meet all of your needs.

Steffen

Post Reply