~ Mayank Johri’s Tips ~

November 11, 2008

TIPS: DELTREE in Windows XP

Filed under: Tips, Windows — mayankjohri @ 1:43 pm
Tags: ,

deltree can be simulated using the following .cmd file:

  1. Create an empty file deltree.cmd in %windir%\system32 folder
  2. Add the following content to the file, and save the file.

@echo off
del /S /F /Q %1
rd /S /Q %1

November 6, 2008

My Virtual Applications Repository

Filed under: Application Virtualization — mayankjohri @ 3:59 pm
Tags:

SVS Virtual packages for many OpenSource applications can be downloaded from

http://sourceforge.net/projects/appvrepo/

Blog at WordPress.com.