Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
batch move everything under folder
Name: bbmak Date: February 21, 2009 at 10:13:15 Pacific OS: win xp CPU/Ram: 1024 Product: Custom / N/A Subcategory: General
Comment:
I want to know are there anyway to use the 'move' command to move everything under folder
for example, currently i am using this command, however, this command only move files but not sub folder under c:\temp. move c:\temp\*.* d:\temp\
Name: kptech Date: February 21, 2009 at 12:05:41 Pacific
Reply:
Sure,
Move won't do this when moving files to another drive. you'll have to copy the files to the new drive and then remove them from the old one.
xcopy c:\temp\*.* d:\temp\*.* /s /v /i /h /k /y copies the temp folder and its contents to the d: drive.
rd c:\temp /s /q removes the temp folder and all contents from the c: drive.
Be careful with the "rd" command. When used like this it will remove the c:\temp directory and all files/folders in it. For example, if you get careless and type "rd c:\ /s /q", you will erase everything on your C: drive.
Summary: In Outlook Express (current version of Windows XP PRO SP2) I can move the "stored folder" location anywhere on my comptuer on any hard drive or partiton. However, if I move or try to move the "store...
Summary: Stuart: You can move the users folders to another partition. First you delete them and then use Winbolic program to make a junction (link) to the new location. This is much easier than changing regist...
Summary: Hey i was just wondering, how can i move my temp folder to another location? i made an extra partition of 2gb for my page file, initial size 100mb but windows never seems to use it much so i was hopin...