DOS Batch or Command File to clean-up (delete/purge/archive) old BizTalk log/debug files

In a previous article, we discussed how to use a Powershell job to delete files over a certain age. But what if if you want to do it using straight “pure” DOS .bat or .cmd file?  The following shows you how it’s done: REM Cleanup all files more than 7 days old e: cd E:\BizTalk\App\Backup […]