Re: Deltree

Tech-Archive recommends: Fix windows errors by optimizing your registry



By some freak accident it was in the first cab file I tried! 98 SE cab 21
"Terry R." <F1ComNOSPAM@xxxxxxxxx> wrote in message
news:%23bP3bDtoHHA.5052@xxxxxxxxxxxxxxxxxxxxxxx
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.


.



Relevant Pages

  • Re: Duplicating Files
    ... I fiddled with my folders and managed to get your batch file to run. ... I tried your batch file Pegasus (MVP), ...
    (microsoft.public.windowsxp.general)
  • Re: Unable to run .bat files using SMS
    ... REM Create folders and shares ... mkdir BEBackup\Catalogs ... That means that your batch file is running, ... Microsoft MVP - SMS ...
    (microsoft.public.sms.admin)
  • Re: NTFS Compression
    ... > would be required to uncompress all the folders. ... >> disable compression on NTFS volumes, ... Create a batch file using the compact.exe command to uncompress all ... >> and folders on the data volume on your server e.g.: ...
    (microsoft.public.windows.server.setup)
  • Re: Batch to delete TIFs, History, and Cookies
    ... you're saying that your batch file *does* delete the students' TIFs, ... This is why I assumed your admin machine was "reporting" the folders ... TIF folder or those in the Cookies folder. ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Trying to organize 3k+ folders with a script
    ... images, and they need to be organized into folders by year, then ... Not every day has images. ... echo All done! ... Run the batch file in its "pretend" mode. ...
    (microsoft.public.scripting.vbscript)