@echo off
if exist p: (subst p: /d)
subst p: somedrive:\some\folder
rem      ^^change this ^^ and this



