Take a look at our
ThinkPads.com HOME PAGE
For those who might want to contribute to the blog, start here: Editors Alley Topic
Then contact Bill with a Private Message
ThinkPads.com HOME PAGE
For those who might want to contribute to the blog, start here: Editors Alley Topic
Then contact Bill with a Private Message
Moving files from one partition to another
Moving files from one partition to another
How do you move files from C:\ to E:\ partition?
When I drag and drop files from C:\ to E:\ partition of my hard drive, it just *copies* the file but don't delete the file from the original source partition.
I just want to drag and drop to move the file; not to copy it.
This problem never happened before when I had just one C:\ partition on my HDD...
Would appreciate everyone's help!
Background Info: After reading about claiming back the 5 GB of hard drive space used up by the pre-desktop partition (for product recovery purposes)...
I've partitioned it into C:\ and E:\ drives (the D:\ drive name was claimed by the CD-ROM...)
When I drag and drop files from C:\ to E:\ partition of my hard drive, it just *copies* the file but don't delete the file from the original source partition.
I just want to drag and drop to move the file; not to copy it.
This problem never happened before when I had just one C:\ partition on my HDD...
Would appreciate everyone's help!
Background Info: After reading about claiming back the 5 GB of hard drive space used up by the pre-desktop partition (for product recovery purposes)...
I've partitioned it into C:\ and E:\ drives (the D:\ drive name was claimed by the CD-ROM...)
-
tfflivemb2
- Moderator Emeritus

- Posts: 5605
- Joined: Thu Sep 01, 2005 1:17 pm
- Location: Wisconsin
- Contact:
-
a31pguy
- Moderator1

- Posts: 605
- Joined: Wed Mar 16, 2005 12:14 pm
- Location: San Francisco Bay Area
- Contact:
but being a UNIX guy - I like to know my files go where I want them too. So I say use the command shell. It won't tie up you windows shell waiting for a move to finish - this will run in background and you can continue to work.
The first way is to use a shell (start -> run -> cmd)
then use the move command.
move c:\some_directory e:\some_directory
or the better way to move files is to use the xcopy command.
xcopy c:\some_directory e:\some_directory /s /e
which copies the entire directory tree.
then just do a rmdir c:\some_directory /q /s
which then deletes the directory and any files.
I just wrote a simple batch file. I call it moveit.cmd
start a cmd window (see above).
type in "cd c:\windows"
type in "copy con moveit.cmd"
paste the stuff below:
@echo off
echo Starting mass file move to %2
echo d | xcopy %1 %2 /s /e
echo Deleting old files from %1
rmdir %1 /q /s
echo Move Done!
pause
and then type control-z. should say 1 file written.
invoke it by (start -> run -> moveit c:\somedirectory e:\somedirectory)
it will ask you to hit a key once it's done to let you know it worked, then closes the window.
But if you want to move just a few files - then control-x and control-v are better for 1 file at a time.
The first way is to use a shell (start -> run -> cmd)
then use the move command.
move c:\some_directory e:\some_directory
or the better way to move files is to use the xcopy command.
xcopy c:\some_directory e:\some_directory /s /e
which copies the entire directory tree.
then just do a rmdir c:\some_directory /q /s
which then deletes the directory and any files.
I just wrote a simple batch file. I call it moveit.cmd
start a cmd window (see above).
type in "cd c:\windows"
type in "copy con moveit.cmd"
paste the stuff below:
@echo off
echo Starting mass file move to %2
echo d | xcopy %1 %2 /s /e
echo Deleting old files from %1
rmdir %1 /q /s
echo Move Done!
pause
and then type control-z. should say 1 file written.
invoke it by (start -> run -> moveit c:\somedirectory e:\somedirectory)
it will ask you to hit a key once it's done to let you know it worked, then closes the window.
But if you want to move just a few files - then control-x and control-v are better for 1 file at a time.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
W11: Micro$haft are Moving your Files into the Cloud without you knowing!
by RealBlackStuff » Sat Jan 03, 2026 2:23 am » in Windows 10/11/etc. - 5 Replies
- 9478 Views
-
Last post by Saucey
Mon Jan 26, 2026 5:43 pm
-
-
-
ECB69E00-CCCDCCCD Files Created in Root of Every Partition: What Are They and How to Remove?
by geometrylitepc » Mon Apr 13, 2026 9:12 pm » in ThinkPad T60/T61 Series - 2 Replies
- 751 Views
-
Last post by RealBlackStuff
Tue Apr 14, 2026 3:42 am
-
-
-
Complete screen and lid swap between two X220 one IPS and one not
by Tired » Sat Oct 25, 2025 6:40 am » in ThinkPad X200/X201/X220 and X300/X301 Series - 4 Replies
- 27518 Views
-
Last post by axur-delmeria
Sat Oct 25, 2025 8:30 am
-
-
-
TP Helix II (20CG/20CH) looking for older (!) bios-files
by friedrich-eugen » Thu Jan 08, 2026 6:19 am » in ThinkPad/Ideapad Tablets & Convertibles - 2 Replies
- 4624 Views
-
Last post by friedrich-eugen
Thu Jan 08, 2026 7:18 am
-
Who is online
Users browsing this forum: No registered users and 141 guests




