@echo off attrib -r "path_to_folder_here" rd /s /q "path_to_folder_here" exit
but im not sure, also what are all of hte attribute commands...
Posted 21 January 2005 - 10:25 PM
@echo off attrib -r "path_to_folder_here" rd /s /q "path_to_folder_here" exit
Posted 21 January 2005 - 10:35 PM