bat
if exist "%targetpath%" (
    rem
) else (
    echo targetpath DOES NOT EXISTS: %targetpath%
    pause
    exit /b 1
)
---
Links From <- tilscb
Links To ->