Windows 7 Forums


Reply
Thread Tools

more than 6000 files delete

 
 
Master of Hell
Guest
Posts: n/a
Thanked:
 
      05-02-2011
hi folks,

is it possible to delte more than 6000 files at once?

it seems, my computer freeze, if i try to delete 10,000 files.

many thanks

 
Reply With Quote
 
 
 
 
Asger-P
Guest
Posts: n/a
Thanked:
 
      05-02-2011

Hi Master of Hell

On the: 02. of maj-2011 At: 16:37 Master of Hell <Master of wrote:

> hi folks,
>
> is it possible to delte more than 6000 files at once?
>
> it seems, my computer freeze, if i try to delete 10,000 files.


In my experience windows have always had trouble handling huge
amounts of files in the GUI, especially if they are with long
filenames or deep in folders (long path + filename).

Third party file managing tool usually dont have that kind of problems,
unless they they mimic the explorer, by calling the explorer functions
to do their job.


Best regards
Asger-P
 
Reply With Quote
 
SC Tom
Guest
Posts: n/a
Thanked:
 
      05-02-2011

"Master of Hell" <Master of > wrote in message
news:4dbec1b8$0$2778$c00b7f05@94.232.116.92...
> hi folks,
>
> is it possible to delte more than 6000 files at once?
>
> it seems, my computer freeze, if i try to delete 10,000 files.
>
> many thanks
>


It may take a while to accomplish, but I see no reason why not. If you're
sure of what you're deleting and that you won't ever need them again, you
might want to do a SHIFT DELETE so that they'll bypass the recycle bin.
--
SC Tom

 
Reply With Quote
 
Jesper Kaas
Guest
Posts: n/a
Thanked:
 
      05-02-2011
On 02 May 2011 14:37:44 GMT, Master of Hell <Master of
> wrote:

>hi folks,
>
>is it possible to delte more than 6000 files at once?
>
>it seems, my computer freeze, if i try to delete 10,000 files.
>
>many thanks


Try from a command prompt (type cmd.exe in the searchbox or hit
Windows-key + r and type cmd). Navigate to the correct folder, and
type del *.*. That'l kill almost anything. Take care.

It was back in the Windows 2000 days I had to do this in a special
case, because Windows Explorer did not handle a big amount of files.
Haven't tried it since.
--
Jesper Kaas -
 
Reply With Quote
 
Char Jackson
Guest
Posts: n/a
Thanked:
 
      05-02-2011
On Mon, 2 May 2011 11:01:48 -0400, "SC Tom" <> wrote:

>
>"Master of Hell" <Master of > wrote in message
>news:4dbec1b8$0$2778$c00b7f05@94.232.116.92...
>> hi folks,
>>
>> is it possible to delte more than 6000 files at once?
>>
>> it seems, my computer freeze, if i try to delete 10,000 files.
>>
>> many thanks
>>

>
>It may take a while to accomplish, but I see no reason why not. If you're
>sure of what you're deleting and that you won't ever need them again, you
>might want to do a SHIFT DELETE so that they'll bypass the recycle bin.


I recently deleted a folder containing nearly 70,000 jpg images using
Windows Explorer. It seemed like there was no activity for nearly 5
minutes, but looking in Task Manager I could see the Explorer process
gobbling up memory. Finally, it started deleting and continued without
issue.

--

Char Jackson
 
Reply With Quote
 
R. C. White
Guest
Posts: n/a
Thanked:
 
      05-02-2011
Hi, Master.

Should be no problem - except that your computer will be SO BUSY that it
might seem to "freeze" for a long time.

If you are deleting the entire contents of a single folder, it might be
easier - and slightly faster - to remove the folder itself, rather than the
files. Since the OS will still need to mark all the freed-up sectors as
available for re-use, this will take almost as long as deleting the files
and then the folder.

As others suggested, you can do this in the GUI or by opening a Command
Prompt window and using the Del command to delete files or the RD (Remove
Directory - from DOS days before directories became folders) to remove the
entire folder.

As usual in the Command Prompt window, just type the command followed by /?
(such as dir /? ) to see a "mini-Help" file that shows the switches and
parameters available with that command.

RC
--
R. C. White, CPA
San Marcos, TX

Microsoft Windows MVP (2002-2010)
Windows Live Mail 2011 (Build 15.4.3508.1109) in Win7 Ultimate x64 SP1


"Master of Hell" wrote in message
news:4dbec1b8$0$2778$c00b7f05@94.232.116.92...

hi folks,

is it possible to delte more than 6000 files at once?

it seems, my computer freeze, if i try to delete 10,000 files.

many thanks

 
Reply With Quote
 
Asger-P
Guest
Posts: n/a
Thanked:
 
      05-02-2011

Hi Master of Hell

Just found this one:

http://www.freecommander.com/

A Norton Commander like program and it free
Worth a try.


Best regards
Asger-P
 
Reply With Quote
 
VanguardLH
Guest
Posts: n/a
Thanked:
 
      05-02-2011
Master of Hell wrote:

> is it possible to delte more than 6000 files at once? it seems, my
> computer freeze, if i try to delete 10,000 files.


Turn off the Recycle Bin. It works by testing if the space quota will
get exceeded on a delete and, if so, removed ONE file from the Recycle
Bin and continues to remove them one at a time until there is enough
space to make room for the newly deleted file. That's for a delete on
one file to get enough room for it in the Recycle Bin. Then the next
file delete repeats this process. With 6000 deletes, you are repeating
the process 6000 times. It is a slow but safe process that moves a one
file into the Recycle Bin by making just enough space so that one file
will fit.

If you really don't care about what is currently stored in the Recycle
Bin and you really don't care to have an Undo operation after deleting
the 6000 files then disable the Recycle Bin during the massive delete
operation. Then deleted files don't have to get room made for them one
at a time in the Recycle Bin and then moved into there. The file
deletes will be permanent deletes and not involve the Recycle Bin.

http://windows.microsoft.com/en-US/w...e-Bin-settings
"To permanently delete files instead of moving them to the Recycle Bin"

It is also possible your anti-virus software is causing the long delay.
Many AV programs will scan a file when it gets created, and that
includes files that get created in the Recycle Bin (because the AV would
be deficient if it didn't check for malware there, too). See if the
delay disappears if you temporarily disable the on-access scanner of
your AV program before you do the massive delete job.
 
Reply With Quote
 
Char Jackson
Guest
Posts: n/a
Thanked:
 
      05-02-2011
On Mon, 2 May 2011 17:29:13 -0500, VanguardLH <> wrote:

>Master of Hell wrote:
>
>> is it possible to delte more than 6000 files at once? it seems, my
>> computer freeze, if i try to delete 10,000 files.

>
>Turn off the Recycle Bin. It works by testing if the space quota will
>get exceeded on a delete and, if so, removed ONE file from the Recycle
>Bin and continues to remove them one at a time until there is enough
>space to make room for the newly deleted file. That's for a delete on
>one file to get enough room for it in the Recycle Bin. Then the next
>file delete repeats this process. With 6000 deletes, you are repeating
>the process 6000 times. It is a slow but safe process that moves a one
>file into the Recycle Bin by making just enough space so that one file
>will fit.


<snip>

Agreed, but as someone previously suggested, it's probably easier to
temporarily disable the Recycle Bin by simply doing a Shift-Delete
rather than a plain Delete.

--

Char Jackson
 
Reply With Quote
 
Flint
Guest
Posts: n/a
Thanked:
 
      05-05-2011
On 5/2/2011 10:37 AM, Master of Hell wrote:
> hi folks,
>
> is it possible to delte more than 6000 files at once?
>
> it seems, my computer freeze, if i try to delete 10,000 files.
>
> many thanks
>



Sure. "Format"

--
MFB

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows 7 CMD Help & Tips Fire cat Customization 16 04-18-2012 05:17 PM
Revo Uninstaller TrainableMan Free Software Database 2 12-23-2011 08:57 AM
How to Permanently Delete Program Files from Backup Harddisk shespider Windows 7 Support 2 05-29-2011 01:38 PM
Windows 7 Command Reference rakesh.kulkarni26 Windows 7 Support 2 03-25-2011 02:35 PM
How to delete Windows 7 files hariwin764 General Discussion 2 03-11-2010 05:23 PM


All times are GMT +1. The time now is 04:42 PM.
W7Forums is an independent website and is not affiliated with Microsoft Corporation.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33