Automating Disk Cleanup on Windows using commandline
- by Ram
I asked this question on the MSDN forums but there was no response. Maybe someone might be able to help me out here.
I am trying to run Disk Cleanup in the command prompt (and through a C# program) and so I went through all the available options from this link: http://support.microsoft.com/kb/315246
While I am just trying to understand what I…