Archive: recursive uninstall


recursive uninstall
hi, at file add there is /r for recursive file add..... what about uninstall... i need a uninstall that erases user created files after installation, too... do i have to do it with a .bat (del /s ) file?


RMDir /r is what you're looking for.


does is delete files, too?


Yes.