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
Xcopy possibly ?
yeh xcopy is what your after - http://www.computerhope.com/xcopyhlp.htm
or xcopy /?
Cheers
Jona
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.
*Can't read* if you want to move then funily enough move is probably the best command to use: http://www.computerhope.com/movehlp.htm or cmd > move /?
Alternatively there is this which looks intresting: http://www.softlookup.com/download.asp?id=25019
Cheers
Jona
There are currently 1 users browsing this thread. (0 members and 1 guests)