Batch script to delete files - Stack Overflow
Lets say you saved your software onto your desktop. if you want to remove an entire folder like an uninstaller program you could use this. cd C:\Users\User\Detsktop\ rd /s /q SOFTWARE this will delete the entire folder called software and ...