Obtenez le lot de chemin par défaut
SET mypath=%~dp0
echo %mypath:~0,-1%
Dead Dog
SET mypath=%~dp0
echo %mypath:~0,-1%