Jump to content

Recommended Posts

Posted

Ive forgotten how you move folders with contents to another folder using .bat.

 

Basically ive got c:\folder1 with contents and want to move folder1 and contents into c:\folder2 so it looks like c:\folder2\folder1.

 

Can someone remind me how to do it.

 

Ta

Posted

Or perhaps even the move command?

 

Test1

Test2

 

 

move Test1 Test2\

 

Ends up with

 

Test2\Test1

 

Probably best to use the full paths though so it doesn't matter about where the script is run from.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...