Deltree command

  • Thread starter Thread starter Barry Baker
  • Start date Start date
B

Barry Baker

I have an automated backup using a batchfile which cleans
the destination disk using deltree /y command in DOS. This
worked fine in W98 but no such command or equivalent
appears to be avialable in XP. Anyone know a workaround
for this?
 
Greetings --

Instead of trying to use MS-DOS Deltree, which obviously won't
work on an OS that isn't remotely related to MS-DOS, use WinXP's RMDIR
(Remove Directory) command. From the command prompt, type "rmdir /?"
for full syntax and available options.

Bruce Chambers

--
Help us help you:




You can have peace. Or you can have freedom. Don't ever count on
having both at once. -- RAH
 
Back
Top