Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Is any way to delete the files in recycle bin and update the desctop icon?

7 views
Skip to first unread message

nastor

unread,
Jul 8, 2002, 10:13:38 AM7/8/02
to
This is my code it deletes the recycle bin files on c:
but the recycle bin icon on the desctop is still "full"
Batch running from D:\ under win2k

@ECHO OFF
ECHO Empty recycle bin just
PAUSE
c:
cd\
Dir /A:H
if exist recycler\*.* D:\deltree.exe /Y recycler\*.*
ECHO DONE!
PAUSE


Ritchie

unread,
Jul 8, 2002, 1:35:45 PM7/8/02
to
Take a look at the CLEANMGR.EXE utility (comes with W2K). Although its a GUI app, it does have a commandline interface. For details
of the
switches see:-

Automating Disk Cleanup Tool in Windows 2000 [Q253597]
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q253597


--
Ritchie
Undo address for email.

"nastor" <naz...@yahoo.no> wrote in message news:m6hW8.3628$eY6....@news2.ulv.nextra.no...

0 new messages