del /s *.* doesn't delete everything!

J

Jeff W

HI - I like to keep a copy of my windows folder on disk under a
different name. It's a little recovery trick when things go bad. I
boot to dos, rename the backup to be the windows folder, and then I can
usually boot windows.

So I have a batch script that deletes the backup windows directory every
week and recreates it. In WIN98SE I used deltree /y *.* and it removed
everything.

in XP I use

del /s /q /f *.*

but it leaves a lot of files and folders behind. Is there any way to
TOTALLY delete a folder?

thanks!
/j
 
J

JerryM \(ID\)

Jeff, use the XP tool - RD /S (folder name)
OR
You can still use Deltree in XP if you copy it from Win98 into the Windows\System32 folder

Jerry
 
J

Jeff W

I also use the far-superior-to-ghost IMAGE FOR WINDOWS for regular
backups - thanks
/j
 
G

Guest

Jeff W said:
I also use the far-superior-to-ghost IMAGE FOR WINDOWS for regular
backups - thanks
/j
I simply use the Windows XP Pro Back up program to place My Documents on my
other computer's 2nd hard drive. You have XP Home? Download the back up
program from our Computer Club's site at
http;//www.myscacc.org/Forms/ntbackup.msi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top