Antwort
@echo off
cls
:PROMPT
for /f "tokens=* USEBACKQ" %%F in (`cd`) do set curdir=%%F
set /p befehl="%curdir%>"
%befehl%
GOTO PROMPT
@echo off
cls
:PROMPT
for /f "tokens=* USEBACKQ" %%F in (`cd`) do set curdir=%%F
set /p befehl="%curdir%>"
%befehl%
GOTO PROMPT