@echo off cls echo *** Remove Directory *** V1.0 echo (c) 1990 by GroSoft echo L”sche Verzeichnis %1 cd %1 del *.* cd .. rd %1 echo Tschss ...