Batch file to Delete Old Virtual Directories.
- by Michael Freidgeim
On some servers we have many old Virtual Directories created for previous versions of our application.
IIS user interface allows to delete only one in a time.
Fortunately we can use IIS scripts as described in
How to manage Web sites and Web virtual directories by using command-line scripts in IIS 6.0
I've created batch file DeleteOldVDirs.cmd
rem…