@echo off cls echo *** Move *** V1.0 echo (c) 1990 by GroSoft echo Kopiere %1 nach %2 pause copy %1 %2 del %1 echo Tschss ...