|
|
| Author |
Message |
Eric Guest
|
Posted: Wed Dec 21, 2005 5:34 pm Post subject: DELTREE |
|
|
Hello,
Anything replacing the Win9x DELTREE command?
Thanks.
Eric. |
|
| Back to top |
|
 |
|
|
GTS Guest
|
Posted: Wed Dec 21, 2005 5:34 pm Post subject: Re: DELTREE |
|
|
rmdir /s [drive:]path
--
"Eric" <eric@mail.com> wrote in message
news:emOzR5kBGHA.3876@tk2msftngp13.phx.gbl...
| Quote: | Hello,
Anything replacing the Win9x DELTREE command?
Thanks.
Eric.
|
|
|
| Back to top |
|
 |
Dixonian69 Guest
|
Posted: Wed Dec 21, 2005 5:34 pm Post subject: RE: DELTREE |
|
|
The rmdir /s command deletes directories containing files and subdirectories.
For more information about the rmdir command, see Rmdir.
"Eric" wrote:
| Quote: | Hello,
Anything replacing the Win9x DELTREE command?
Thanks.
Eric.
|
|
|
| Back to top |
|
 |
Squire Guest
|
Posted: Wed Dec 21, 2005 6:34 pm Post subject: Re: DELTREE |
|
|
Eric, as a last resort, you can copy Deltree.exe from an older windows 98
directory into Windows\system32 of XP.
It still works just fine.
--
Quote from Maxine -
"Time flies when you're spoiling someone else's fun"
"Eric" <eric@mail.com> wrote in message
news:emOzR5kBGHA.3876@tk2msftngp13.phx.gbl...
| Quote: | Hello,
Anything replacing the Win9x DELTREE command?
Thanks.
Eric.
|
|
|
| Back to top |
|
 |
Tom Porterfield Guest
|
Posted: Wed Dec 21, 2005 6:34 pm Post subject: Re: DELTREE |
|
|
Eric wrote:
| Quote: | Hello,
Anything replacing the Win9x DELTREE command?
|
The closest tool is rd (rmdir) with the /s switch. You also have a /s
switch on del.
--
Tom Porterfield
MS-MVP Windows
http://support.teloep.org
Please post all follow-ups to the newsgroup only. |
|
| Back to top |
|
 |
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
|
|
Gilles RONSIN Guest
|
Posted: Wed Dec 21, 2005 8:34 pm Post subject: Re: DELTREE |
|
|
"Eric" <eric@mail.com>, le mer. 21 déc. 2005 17:48:17, écrivait ceci:
| Quote: | Anything replacing the Win9x DELTREE command?
Win9x DELTREE run still correctly in WXP. I prefer it because you can |
control deletion of folder that you can't do with rd /s.
Your firstname sound like a french firstname. I can send you a french
version.
--
Embryon de site : http://gilles.ronsin.free.fr
Gérez vos messages non lus http://gilles.ronsin.free.fr/#nonlus V3.0
Il est impossible pour un optimiste d'être agréablement surpris. |
|
| Back to top |
|
 |
Eric Guest
|
Posted: Wed Dec 21, 2005 9:33 pm Post subject: Re: DELTREE |
|
|
Salut Gilles,
Merci pour la proposition mais je suis me habitue a la version anglaise...
@+
Eric.
"Gilles RONSIN" <nomail@please.invalid> wrote in message
news:docglj.3no.1@d2r2.c6po...
| Quote: | "Eric" <eric@mail.com>, le mer. 21 déc. 2005 17:48:17, écrivait ceci:
Hello,
Hi,
Anything replacing the Win9x DELTREE command?
Win9x DELTREE run still correctly in WXP. I prefer it because you can
control deletion of folder that you can't do with rd /s.
Your firstname sound like a french firstname. I can send you a french
version.
--
Embryon de site : http://gilles.ronsin.free.fr
Gérez vos messages non lus http://gilles.ronsin.free.fr/#nonlus V3.0
Il est impossible pour un optimiste d'être agréablement surpris. |
|
|
| Back to top |
|
 |
Eric Guest
|
Posted: Wed Dec 21, 2005 9:33 pm Post subject: Re: DELTREE |
|
|
GTS, Dixonian69, Squire, Tom Gilles,
Thank you for your help.
Eric. |
|
| Back to top |
|
 |
Terry R. Guest
|
Posted: Thu May 31, 2007 3:04 am Post subject: Re: Deltree |
|
|
boe wrote:
| Quote: | By some freak accident it was in the first cab file I tried! 98 SE cab 21
"Terry R." <F1ComNOSPAM@pobox.com> wrote in message
news:%23bP3bDtoHHA.5052@TK2MSFTNGP04.phx.gbl...
boe wrote:
Is there a command like deltree for XP?
I need to put it in a batch file I will be using on a regular basis.
Thanks
Do a Google search and you can locate it. The Win9x version runs fine on
XP if you know someone that still has it (or a CD to expand the file). I
put it on every computer I configure and have the temp folders cleaned out
on startup.
Using DEL won't remove empty folders (it will delete files in folders but
not remove the folders themselves). The only makeshift way is to use
RD & MD together like:
RD c:\temp
MD c:\temp
but I like DELTREE better.
--
Terry R.
Anti-spam measures are included in my email address.
Delete NOSPAM from the email address after clicking Reply.
|
Have no idea why it was dropped, especially since nothing else works as
well.
--
Terry R.
Anti-spam measures are included in my email address.
Delete NOSPAM from the email address after clicking Reply. |
|
| Back to top |
|
 |
|