rm -r <directoryname> will recursively remove the directory and everything in it
<snip>
He's on a Windows system, that won't work. As a side note, on *nix based systems, rm -rf <dir> would be better suited so that it doesn't prompt for conformation on each file/directory.
-- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED]
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php